Skip to content

Commit c198bb4

Browse files
authored
Merge pull request #8 from apple1417/master
swap release builds to release with debug info
2 parents 1da05ff + f946bce commit c198bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name": "_release",
145145
"hidden": true,
146146
"cacheVariables": {
147-
"CMAKE_BUILD_TYPE": "Release"
147+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
148148
}
149149
},
150150
{

0 commit comments

Comments
 (0)