Remove -mbig-obj, which breaks the build on Windows clang and is not actually needed now that the emumem files have been split up (nw)

This commit is contained in:
Justin Kerk 2018-07-07 02:07:13 -07:00
parent 1c800e0b96
commit 32ee215a38

View File

@ -1192,9 +1192,6 @@ configuration { "mingw*" }
"-static",
}
end
buildoptions {
"-Wa,-mbig-obj",
}
linkoptions {
"-Wl,--start-group",
}