konodio / New folder /.vscode /settings.json
ruriko's picture
commit from $USER
e31656d
raw
history blame contribute delete
623 Bytes
{
"C_Cpp_Runner.cCompilerPath": "U:\\junk\\MinGW\\bin\\gcc.exe",
"C_Cpp_Runner.cppCompilerPath": "U:\\junk\\MinGW\\bin\\g++.exe",
"C_Cpp_Runner.debuggerPath": "U:\\junk\\MinGW\\bin\\gdb.exe",
"C_Cpp_Runner.makePath": "U:\\junk\\MinGW\\bin\\make.exe",
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic"
],
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.excludeSearch": [],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false
}