Files
java-competitive/dcj/tool/sample-configs/x86_64-mingw-config.json
2019-03-15 13:47:54 +04:00

17 lines
238 B
JSON

{
"c-compiler": "gcc",
"c-compiler-flags": [
"-O2",
"-lm",
"-static"
],
"cpp-compiler": "g++",
"cpp-compiler-flags": [
"-O2",
"-std=gnu++0x",
"-lm",
"-static"
],
"parunner-file": "parunner.exe"
}