Remove x64-Release leaving just RelWithDebInfo

This commit is contained in:
Kae 2023-11-03 06:42:15 +11:00
parent 1f5b954eb2
commit ab7768a3f0

View File

@ -20,27 +20,6 @@
"type": "BOOL"
}
]
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\..\\build",
"installRoot": "${projectDir}\\..\\out\\install\\${name}",
"cmakeCommandArgs": "-DCMAKE_INCLUDE_PATH=\"..\\lib\\windows\\include\" -DCMAKE_LIBRARY_PATH=\"..\\lib\\windows\"",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": [
{
"name": "STAR_ENABLE_STEAM_INTEGRATION",
"value": "True",
"type": "BOOL"
},
{
"name": "STAR_ENABLE_DISCORD_INTEGRATION",
"value": "True",
"type": "BOOL"
}
]
}
]
}