Use GCC 9.3.0 from nix

This commit is contained in:
Jesper Louis Andersen 2020-06-09 12:17:23 +02:00
parent 23bd40a4b3
commit 90be3aa2dd

View File

@ -6,7 +6,7 @@
"${workspaceFolder}/**" "${workspaceFolder}/**"
], ],
"defines": [], "defines": [],
"compilerPath": "/nix/store/a9hbzlkdfvpr4r8mjwcxcda9smjp5v1i-gcc-wrapper-9.2.0/bin/gcc", "compilerPath": "/nix/store/fb30zc52va0g99q8qgv7kx4ngq163pii-gcc-wrapper-9.3.0/bin/gcc",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++17", "cppStandard": "c++17",
"intelliSenseMode": "clang-x64" "intelliSenseMode": "clang-x64"