Skip to content

Commit 41e1279

Browse files
committed
fixed release build type
1 parent d417ffb commit 41e1279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakePresets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"generator": "Ninja",
102102
"binaryDir": "${sourceDir}/build/release-msvc",
103103
"cacheVariables": {
104-
"CMAKE_BUILD_TYPE": {
105-
"type": "STRING",
106-
"value": "Release"
107-
}
104+
"CMAKE_BUILD_TYPE": {
105+
"type": "STRING",
106+
"value": "RelWithDebInfo"
107+
}
108108
}
109109
}
110110
],

0 commit comments

Comments
 (0)