Added x64-Release-FastCompile build. (#2651)

This commit is contained in:
gir489
2024-01-11 05:52:31 -05:00
committed by GitHub
parent 9a1a75b675
commit 09e9fff7b5
2 changed files with 20 additions and 6 deletions

View File

@ -1,5 +1,16 @@
{
"configurations": [
{
"name": "x64-Release-FastCompile",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
@ -9,7 +20,8 @@
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
"ctestCommandArgs": "",
"variables": [ {"name": "OPTIMIZE", "value": "YES", "type": "BOOL"} ]
},
{
"name": "x64-Debug",