2019-06-29 00:48:57 +02:00
|
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "WSL-Debug",
|
|
|
|
|
"generator": "Unix Makefiles",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeExecutable": "/usr/bin/cmake",
|
|
|
|
|
"cmakeCommandArgs": "",
|
|
|
|
|
"buildCommandArgs": "",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "linux_x64" ],
|
|
|
|
|
"wslPath": "${defaultWSLPath}",
|
2019-06-29 10:30:58 +02:00
|
|
|
|
"addressSanitizerEnabled": false,
|
2019-06-29 00:48:57 +02:00
|
|
|
|
"addressSanitizerRuntimeFlags": "detect_leaks=0",
|
|
|
|
|
"variables": []
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|