diff options
-rw-r--r-- | source/CMakePresets.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |