17 lines
238 B
JSON
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"
|
|
}
|