diff --git a/CMakePresets.json b/CMakePresets.json index 38ca303..6bd632e 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -39,6 +39,14 @@ } } }, + { + "name": "x64-Clang-RelWithDebInfo", + "displayName": "RelWithDebInfo", + "inherits": "x64-Clang-Debug", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "RelWithDebInfo" + } + }, { "name": "x64-Clang-Release", "displayName": "Release",