CMakePresets.json.sample: Prefer RelWithDebInfo for x64-Release
This commit is contained in:
parent
c3a5b92ed0
commit
42552d2e78
|
@ -49,7 +49,7 @@
|
||||||
"description": "Sets release build type",
|
"description": "Sets release build type",
|
||||||
"inherits": "win64",
|
"inherits": "win64",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Release"
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue