git reimport
This commit is contained in:
16
dcj/tool/sample-configs/x86_64-mingw-config.json
Normal file
16
dcj/tool/sample-configs/x86_64-mingw-config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user