Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-01-12 17:16:22 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-01-12 17:16:22 +1100
commit8472b73cef4b59bc026116f7f4042b7f2222cd1c (patch)
tree8e336eb6cf9ca859256cbfa2495bdb72f0aac17d
parent6290a813d625284b81a6e017cb1067d9ff213221 (diff)
ensure Linux build includes deb info after switch to Clang
-rw-r--r--source/CMakePresets.json2
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",