7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:05:30 +00:00

CMakePresets.json.sample: Prefer RelWithDebInfo for x64-Release

This commit is contained in:
Ethan Chien 2024-03-29 09:59:46 +08:00
parent c3a5b92ed0
commit 42552d2e78

View File

@ -49,7 +49,7 @@
"description": "Sets release build type",
"inherits": "win64",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
}
}
]