Force static linking with MinGW.

This commit is contained in:
Branimir Karadžić
2015-10-23 09:15:40 -07:00
parent 1f39d9be0b
commit 8f49a70b42

View File

@@ -489,6 +489,7 @@ function toolchain(_buildDir, _libDir)
}
linkoptions {
"-Wl,--gc-sections",
"-static",
"-static-libgcc",
"-static-libstdc++",
}