Skip to content

Commit af67992

Browse files
committedSep 16, 2024
Release with debug info CMake preset
1 parent c63b345 commit af67992

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed
 

‎CMakePresets.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,11 @@
3838
}
3939
},
4040
{
41-
"name": "x86-debug",
42-
"displayName": "x86 Debug",
43-
"inherits": "windows-base",
44-
"architecture": {
45-
"value": "x86",
46-
"strategy": "external"
47-
},
48-
"cacheVariables": {
49-
"CMAKE_BUILD_TYPE": "Debug"
50-
}
51-
},
52-
{
53-
"name": "x86-release",
54-
"displayName": "x86 Release",
55-
"inherits": "x86-debug",
41+
"name": "x64-release-debug-info",
42+
"displayName": "x64 RelWithDebInfo",
43+
"inherits": "x64-debug",
5644
"cacheVariables": {
57-
"CMAKE_BUILD_TYPE": "Release"
45+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
5846
}
5947
}
6048
]

0 commit comments

Comments
 (0)
Please sign in to comment.