GCC build fixes

This commit is contained in:
Ben Clayton
2019-11-14 00:12:19 +00:00
parent a4b9640ffc
commit d13d4a4151
6 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"cppStandard": "c++11",
"intelliSenseMode": "clang-x64"
}
],