summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2018-07-07 02:07:13 -0700
committer Justin Kerk <dopefishjustin@gmail.com>2018-07-07 02:07:13 -0700
commit32ee215a388954d6da30bf408f03e724ee1ff96f (patch)
treead816de7c817a2d89499dcb41da6a3861cd0c3d2
parent1c800e0b96a50f612097b1c1a1576445811987d6 (diff)
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)
-rw-r--r--scripts/genie.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 51e80e88562..ed289f73396 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1192,9 +1192,6 @@ configuration { "mingw*" }
"-static",
}
end
- buildoptions {
- "-Wa,-mbig-obj",
- }
linkoptions {
"-Wl,--start-group",
}