mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-15 22:56:53 +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",
|
||||
"${workspaceFolder}/main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}/include"
|
||||
"${workspaceFolder}/include",
|
||||
"-Wall"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user