Skip to content
Snippets Groups Projects
Commit b8847848 authored by David Auer's avatar David Auer
Browse files

VSCODE: Update cppStandard

parent 9a87035c
Branches
No related merge requests found
......@@ -9,7 +9,7 @@
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
......
......@@ -23,8 +23,8 @@
"LIBRARY_PATH": "${env.LIBRARY_PATH}:/lib64:/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib:/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib64",
"LDFLAGS": "-L/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib/",
"CPPFLAGS": "-I/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/include/",
"CC": "/usr/bin/gcc",
"CXX": "/usr/bin/g++",
"CC": "/usr/bin/gcc", // Does not seem to have any effect
"CXX": "/usr/bin/g++", // probably overwritten by vs-code's builtin compiler selection
},
}
/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment