1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-02 03:21:36 +00:00

Added -Wall to tasks.json

This commit is contained in:
Matthew Robinaugh
2021-11-01 13:30:17 -07:00
parent 97de9f2957
commit 230fb3492c
2 changed files with 5 additions and 4 deletions

3
.vscode/tasks.json vendored
View File

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