mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-04 03:09:50 -05:00
Add RelWithDebInfo configuration.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user