From 8472b73cef4b59bc026116f7f4042b7f2222cd1c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:16:22 +1100 Subject: [PATCH] ensure Linux build includes deb info after switch to Clang --- source/CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakePresets.json b/source/CMakePresets.json index fbd2035..e59a78f 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -46,7 +46,7 @@ "displayName": "Linux x64", "binaryDir": "${sourceParentDir}/build/linux-release", "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release", + "CMAKE_BUILD_TYPE": "RelWithDebInfo", "CMAKE_C_COMPILER": "clang", "CMAKE_CXX_COMPILER": "clang++", "VCPKG_TARGET_TRIPLET": "x64-linux-mixed",