CMake: Use RelWithDebInfo for Conda Windows Debug builds.

Python is not provided with debug libraries, so debug builds are not possible.
Building as RelWithDebInfo will build debug information for the binary, while
using the available release libraries.
This commit is contained in:
Jacob Oursland
2024-08-18 16:22:29 -05:00
committed by WandererFan
parent dd8d8bc517
commit bbe945b1e7

View File

@@ -276,7 +276,13 @@
"inherits": [
"conda-debug",
"conda-windows"
]
],
"cacheVariables": {
"CMAKE_BUILD_TYPE": {
"type": "STRING",
"value": "RelWithDebInfo"
}
}
},
{
"name": "conda-windows-release",