0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 16:45:25 +00:00

feat: use c++14 & O2

This commit is contained in:
Baoshuo Ren 2021-10-31 11:47:56 +08:00 committed by Baoshuo Ren
parent cdfdce21da
commit 0115def169
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -42,8 +42,12 @@
],
"compilerPath": "/usr/bin/g++",
"cStandard": "c89",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64",
"compilerArgs": [
"-lm",
"-O2"
]
}
],
"version": 4