Fixed MinGW test.

This commit is contained in:
Бранимир Караџић
2024-10-27 09:22:17 -07:00
parent 57be909148
commit f6673d5bf4
3 changed files with 7 additions and 8 deletions

View File

@@ -623,12 +623,12 @@ function toolchain(_buildDir, _libDir)
"MINGW_HAS_SECURE_API=1",
}
buildoptions {
"-Wa,-mbig-obj",
"-Wundef",
"-Wunused-value",
"-fdata-sections",
"-ffunction-sections",
"-msse4.2",
"-Wunused-value",
"-Wundef",
}
linkoptions {
"-Wl,--gc-sections",