Skip to content

Commit fed4ce6

Browse files
committed
Use RelWithDebInfo on msys2
1 parent ca5eb0d commit fed4ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"cacheVariables": {
105105
"BUILD_TESTING": "OFF",
106106
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}",
107-
"CMAKE_BUILD_TYPE": "Debug",
107+
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
108108
"CMAKE_PREFIX_PATH": "C:/Qt/$env{QT_VERSION}/mingw_64;C:/msys64/mingw64;C:/msys64/clangarm64",
109109
"MOD_GLAXNIMATE_QT6": "ON",
110110
"MOD_MOVIT": "OFF"

0 commit comments

Comments
 (0)