Added -static-libgcc and -static-libstdc++ link options to mingw in order to make it independent from mingw dll's

This commit is contained in:
Miodrag Milanovic
2014-12-24 11:45:50 +01:00
parent 7b43ea1b10
commit 01c3f96492

View File

@@ -390,6 +390,8 @@ function toolchain(_buildDir, _libDir)
}
linkoptions {
"-Wl,--gc-sections",
"-static-libgcc",
"-static-libstdc++",
}
configuration { "x32", "mingw-gcc" }