mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-29 11:13:19 +08:00
Added x64-Release-FastCompile build. (#2651)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user