37 lines
1023 B
JSON
37 lines
1023 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: gcc build active file",
|
|
"command": "/usr/bin/gcc",
|
|
"args": [
|
|
"-fdiagnostics-color=always",
|
|
"-g3",
|
|
"-O0",
|
|
"-std=c11",
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wpedantic",
|
|
"-Wshadow",
|
|
"-Wconversion",
|
|
"-Wstrict-prototypes",
|
|
"-Wmissing-prototypes",
|
|
"-D_POSIX_C_SOURCE=200809L",
|
|
"-Iinclude",
|
|
"${file}",
|
|
"-o",
|
|
"${fileDirname}/${fileBasenameNoExtension}",
|
|
"./build/lib/libnickel.a"
|
|
],
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |