0
1
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:
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++", "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