mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 07:06:51 +00:00
Added -wall to tasks.json
This commit is contained in:
parent
378c6d8014
commit
326b5592f6
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@ -11,7 +11,8 @@
|
|||||||
"-o",
|
"-o",
|
||||||
"${workspaceFolder}/main.exe",
|
"${workspaceFolder}/main.exe",
|
||||||
"-I",
|
"-I",
|
||||||
"${workspaceFolder}/include"
|
"${workspaceFolder}/include",
|
||||||
|
"-Wall"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${fileDirname}"
|
"cwd": "${fileDirname}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user