mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
Added -wall to tasks.json
This commit is contained in:
Vendored
+2
-1
@@ -11,7 +11,8 @@
|
||||
"-o",
|
||||
"${workspaceFolder}/main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}/include"
|
||||
"${workspaceFolder}/include",
|
||||
"-Wall"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
||||
Reference in New Issue
Block a user