Skip to content
Snippets Groups Projects
Commit 5c8730b6 authored by Serge Lamikhov-Center's avatar Serge Lamikhov-Center
Browse files

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

parent 8ba481c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,10 @@ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment