0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-24 01:08:47 +00:00

[Upd] compilerPath

This commit is contained in:
Baoshuo Ren 2020-11-22 14:28:56 +08:00 committed by Baoshuo Ren
parent 399e3af668
commit 6d42e99e6f
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -10,7 +10,7 @@
"UNICODE", "UNICODE",
"_UNICODE" "_UNICODE"
], ],
"compilerPath": "C:/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/g++.exe", "compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
"cStandard": "c89", "cStandard": "c89",
"cppStandard": "c++11", "cppStandard": "c++11",
"intelliSenseMode": "gcc-x64" "intelliSenseMode": "gcc-x64"