linux build changes

This commit is contained in:
Stefan Högler
2021-03-31 17:43:35 +02:00
parent fb3c66cc4c
commit 4526c3d301
5 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -106,11 +106,10 @@
"scoped_allocator": "cpp", "scoped_allocator": "cpp",
"stack": "cpp" "stack": "cpp"
}, },
"cmake.generator": "Visual Studio 16 2019",
"cmake.skipConfigureIfCachePresent": false, "cmake.skipConfigureIfCachePresent": false,
"cmake.configureArgs": [ "cmake.configureArgs": [
"-Wno-dev" "-Wno-dev"
], ],
"C_Cpp.default.cppStandard": "c++17", "C_Cpp.default.cppStandard": "c++20",
"C_Cpp.default.intelliSenseMode": "msvc-x64" "C_Cpp.default.intelliSenseMode": "gcc-x64"
} }
Executable → Regular
View File
Executable → Regular
View File
Regular → Executable
View File
Regular → Executable
View File