0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 01:05:26 +00:00

fix: c++ ext error

This commit is contained in:
Baoshuo Ren 2022-07-04 19:52:10 +08:00
parent 3d7bfb2ab9
commit 2d8b11af9b
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1,44 +1,44 @@
{
"version": 4,
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64",
"compilerArgs": [
"-lm",
"-O2"
]
},
{
"name": "Win32_Portable",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "/Applications/mingw64/bin/g++.exe",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64",
"compilerArgs": [
"-lm",
"-O2"
]
},
// {
// "name": "Win32",
// "includePath": [
// "${workspaceFolder}/**"
// ],
// "defines": [
// "_DEBUG",
// "UNICODE",
// "_UNICODE"
// ],
// "compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
// "cStandard": "c11",
// "cppStandard": "c++14",
// "intelliSenseMode": "gcc-x64",
// "compilerArgs": [
// "-lm",
// "-O2"
// ]
// },
// {
// "name": "Win32_Portable",
// "includePath": [
// "${workspaceFolder}/**"
// ],
// "defines": [
// "_DEBUG",
// "UNICODE",
// "_UNICODE"
// ],
// "compilerPath": "/Applications/mingw64/bin/g++.exe",
// "cStandard": "c11",
// "cppStandard": "c++14",
// "intelliSenseMode": "gcc-x64",
// "compilerArgs": [
// "-lm",
// "-O2"
// ]
// },
{
"name": "Linux",
"includePath": [