mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Add RelWithDebInfo configuration.
This commit is contained in:
parent
1631a27a4e
commit
6d1d5ff33a
1 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue