{
"name": "x86_64-mingw32-w64", "os": "windows", "compiler": { "c": "x86_64-w64-mingw32-gcc", "c++": "x86_64-w64-mingw32-g++" }, "archiver": "x86_64-w64-mingw32-ar", "flags": { "debug": "-g", "include": "-I", "libPath": "-L", "libLink": "-l", "output": "-o", "allWarnings": "-Wall", "pic": "-fPIC", "langStd": "-std", "define": "-D" }, "output_filenames": { "exec": "@NAME@.exe", "staticLib": "@NAME@.lib", "dynamicLib": "@NAME@.dll" }, "extra_flags": "-static-libgcc -static-libstdc++"
}