Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gekkofs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Auer
gekkofs
Commits
b8847848
Commit
b8847848
authored
3 years ago
by
David Auer
Browse files
Options
Downloads
Patches
Plain Diff
VSCODE: Update cppStandard
parent
9a87035c
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/c_cpp_properties.json
+1
-1
1 addition, 1 deletion
.vscode/c_cpp_properties.json
.vscode/settings.json
+2
-2
2 additions, 2 deletions
.vscode/settings.json
with
3 additions
and
3 deletions
.vscode/c_cpp_properties.json
+
1
−
1
View file @
b8847848
...
...
@@ -9,7 +9,7 @@
"defines"
:
[],
"compilerPath"
:
"/usr/bin/gcc"
,
"cStandard"
:
"c11"
,
"cppStandard"
:
"c++1
4
"
,
"cppStandard"
:
"c++1
7
"
,
"intelliSenseMode"
:
"gcc-x64"
,
"configurationProvider"
:
"ms-vscode.cmake-tools"
}
...
...
This diff is collapsed.
Click to expand it.
.vscode/settings.json
+
2
−
2
View file @
b8847848
...
...
@@ -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
},
}
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment