{ "version": "2.0.0", "tasks": [ { "type": "cppbuild", "label": "C/C++: clang générer le fichier actif", "command": "/usr/bin/clang", "args": [ "-Wall", "-Wextra", "-Wpedantic", "-fdiagnostics-color=always", "-O0", "-g3", "-fsanitize=address", "-fno-omit-frame-pointer", "-fno-optimize-sibling-calls", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}" ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "compilateur : /usr/bin/clang" } ] }