| 12345678910111213141516171819202122232425262728293031 |
- {
- "configurations": [
- {
- "name": "ARM64-GCC-Release",
- "generator": "Unix Makefiles",
- "configurationType": "Release",
- "cmakeExecutable": "cmake",
- "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
- "cmakeCommandArgs": "-D BUILD_TESTING=OFF",
- "buildCommandArgs": "",
- "ctestCommandArgs": "--output-on-failure",
- "inheritEnvironments": [ "linux_arm" ],
- "variables": [
- {
- "name": "SIMULATE_ON",
- "value": "False",
- "type": "BOOL"
- }
- ],
- "remoteMachineName": "${defaultRemoteMachineName}",
- "remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src",
- "remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}",
- "remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}",
- "remoteCopySources": true,
- "rsyncCommandArgs": "-t --delete --delete-excluded --exclude \"/build\" --exclude \"/out\" --exclude-from=.gitignore",
- "remoteCopyBuildOutput": false,
- "remoteCopySourcesMethod": "rsync",
- "addressSanitizerRuntimeFlags": "detect_leaks=0"
- }
- ]
- }
|