Skip to content

Commit

Permalink
added relwithdebinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Heinle committed Nov 12, 2024
1 parent c5fe75f commit 6fac7a3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,34 @@
"strategy": "set"
}
},
{
"name": "x64-Clang-Windows-RelWithDebInfo",
"description": "Windows and Clang",
"generator": "Visual Studio 17 2022",
"binaryDir": "${sourceDir}/build/",
"installDir": "${sourceDir}/build/",
"cacheVariables": {
"CMAKE_VERBOSE_MAKEFILE": "ON",
"CMAKE_C_COMPILER": "clang-cl",
"CMAKE_CXX_COMPILER": "clang-cl",
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
},
"toolset": "ClangCL",
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"architecture": {
"value": "x64",
"strategy": "set"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"intelliSenseMode": "windows-clang-x64"
}
}
},
{
"name": "x64-Clang-Windows-Debug",
"description": "Windows and Clang",
Expand Down

0 comments on commit 6fac7a3

Please sign in to comment.