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
1 changed files with 1 additions and 1 deletions

View File

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