diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b0e4da55..1d46630b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -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": [