mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-25 23:36:59 +00:00
Change the compiler name; Remove explicit, non-generic path
This commit is contained in:
parent
8ba481c5d7
commit
5c8730b6e9
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@ -3,11 +3,10 @@
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"/home/user/boost_1_72_0"
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
"compilerPath": "/usr/bin/g++",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "clang-x64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user