mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-11 22:12:00 +00:00
fix: fix c++ intellisense mode
This commit is contained in:
parent
78f2f2ec6a
commit
87e101c35b
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -43,7 +43,7 @@
|
||||
"compilerPath": "/usr/bin/g++",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerArgs": [
|
||||
"-lm",
|
||||
"-O2"
|
||||
|
Loading…
Reference in New Issue
Block a user