Change the compiler name; Remove explicit, non-generic path

This commit is contained in:
Serge Lamikhov-Center 2020-06-10 07:18:19 -07:00
parent 8ba481c5d7
commit 5c8730b6e9

View File

@ -3,11 +3,10 @@
{ {
"name": "Linux", "name": "Linux",
"includePath": [ "includePath": [
"${workspaceFolder}/**", "${workspaceFolder}/**"
"/home/user/boost_1_72_0"
], ],
"defines": [], "defines": [],
"compilerPath": "/usr/bin/gcc", "compilerPath": "/usr/bin/g++",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++17", "cppStandard": "c++17",
"intelliSenseMode": "clang-x64" "intelliSenseMode": "clang-x64"