mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-04 19:06:27 +00:00
feat: use c++14 & O2
This commit is contained in:
parent
cdfdce21da
commit
0115def169
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@ -42,8 +42,12 @@
|
|||||||
],
|
],
|
||||||
"compilerPath": "/usr/bin/g++",
|
"compilerPath": "/usr/bin/g++",
|
||||||
"cStandard": "c89",
|
"cStandard": "c89",
|
||||||
"cppStandard": "c++11",
|
"cppStandard": "c++14",
|
||||||
"intelliSenseMode": "gcc-x64"
|
"intelliSenseMode": "gcc-x64",
|
||||||
|
"compilerArgs": [
|
||||||
|
"-lm",
|
||||||
|
"-O2"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
Loading…
Reference in New Issue
Block a user