27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "windows-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "D:/settings/mingw64/bin/gcc.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"compilerArgs": [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Wshadow",
|
|
"-fsanitize=address",
|
|
"-g3"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |