|
@@ -69,6 +69,17 @@
|
|
|
"remoteCopyBuildOutput": false,
|
|
|
"remoteCopySourcesMethod": "rsync",
|
|
|
"addressSanitizerRuntimeFlags": "detect_leaks=0"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "x86-ReleaseWithNinja",
|
|
|
+ "generator": "Ninja",
|
|
|
+ "configurationType": "Release",
|
|
|
+ "buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
+ "installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
+ "cmakeCommandArgs": "",
|
|
|
+ "buildCommandArgs": "",
|
|
|
+ "ctestCommandArgs": "",
|
|
|
+ "inheritEnvironments": [ "msvc_x86" ]
|
|
|
}
|
|
|
]
|
|
|
}
|