Skip to content

Commit 6fac7a3

Browse files
author
Jonas Heinle
committed
added relwithdebinfo
1 parent c5fe75f commit 6fac7a3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CMakePresets.json

+28
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,34 @@
122122
"strategy": "set"
123123
}
124124
},
125+
{
126+
"name": "x64-Clang-Windows-RelWithDebInfo",
127+
"description": "Windows and Clang",
128+
"generator": "Visual Studio 17 2022",
129+
"binaryDir": "${sourceDir}/build/",
130+
"installDir": "${sourceDir}/build/",
131+
"cacheVariables": {
132+
"CMAKE_VERBOSE_MAKEFILE": "ON",
133+
"CMAKE_C_COMPILER": "clang-cl",
134+
"CMAKE_CXX_COMPILER": "clang-cl",
135+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
136+
},
137+
"toolset": "ClangCL",
138+
"condition": {
139+
"type": "equals",
140+
"lhs": "${hostSystemName}",
141+
"rhs": "Windows"
142+
},
143+
"architecture": {
144+
"value": "x64",
145+
"strategy": "set"
146+
},
147+
"vendor": {
148+
"microsoft.com/VisualStudioSettings/CMake/1.0": {
149+
"intelliSenseMode": "windows-clang-x64"
150+
}
151+
}
152+
},
125153
{
126154
"name": "x64-Clang-Windows-Debug",
127155
"description": "Windows and Clang",

0 commit comments

Comments
 (0)