0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-25 06:31:59 +00:00

fix: fix c++ intellisense mode

This commit is contained in:
Baoshuo Ren 2021-12-09 12:47:19 +08:00
parent 78f2f2ec6a
commit 87e101c35b
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -43,7 +43,7 @@
"compilerPath": "/usr/bin/g++", "compilerPath": "/usr/bin/g++",
"cStandard": "c17", "cStandard": "c17",
"cppStandard": "c++14", "cppStandard": "c++14",
"intelliSenseMode": "gcc-x64", "intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [ "compilerArgs": [
"-lm", "-lm",
"-O2" "-O2"