Added release with debug info configuration for VS

This commit is contained in:
Mr-Wiseguy 2023-10-29 12:13:39 -04:00
parent 352b28b1fd
commit b457b3d19a

View File

@ -21,6 +21,18 @@
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64" ]
},
{
"name": "x64-ReleaseWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64" ],
"variables": []
}
]
}