1
0
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:
Matthew Robinaugh 2021-11-02 18:24:51 -07:00
parent 378c6d8014
commit 326b5592f6

3
.vscode/tasks.json vendored
View File

@ -11,7 +11,8 @@
"-o",
"${workspaceFolder}/main.exe",
"-I",
"${workspaceFolder}/include"
"${workspaceFolder}/include",
"-Wall"
],
"options": {
"cwd": "${fileDirname}"