Add RelWithDebInfo configuration.

This commit is contained in:
Skyth 2024-12-13 15:17:23 +03:00
parent 1631a27a4e
commit 6d1d5ff33a

View file

@ -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",