diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-07-01 13:22:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-07-01 13:22:28 +0200 |
| commit | fb2fbeca028d7a854df1c4b23bd0395d11e1f724 (patch) | |
| tree | 839ae43e776e803d05ddf5bfa08a60c392dd2634 | |
| parent | c0d844276eb2f2022c19ab3d0bce52fecdb75486 (diff) | |
| download | turns-fb2fbeca028d7a854df1c4b23bd0395d11e1f724.tar.xz turns-fb2fbeca028d7a854df1c4b23bd0395d11e1f724.zip | |
ide: reenable debug configuration
| -rw-r--r-- | CMakePresets.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index bbe76d1..0077247 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -6,7 +6,7 @@ "generator": "Ninja Multi-Config", "binaryDir": "${sourceDir}/build", "cacheVariables": { - "CMAKE_CONFIGURATION_TYPES": "RelWithDebInfo;MinSizeRel" + "CMAKE_CONFIGURATION_TYPES": "Debug;RelWithDebInfo;MinSizeRel" } }, { @@ -34,7 +34,8 @@ }, { "name": "develop", - "configurePreset": "develop" + "configurePreset": "develop", + "configuration": "Debug" }, { "name": "ci", |
