From 32ee215a388954d6da30bf408f03e724ee1ff96f Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Sat, 7 Jul 2018 02:07:13 -0700 Subject: [PATCH] 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) --- scripts/genie.lua | 3 --- 1 file changed, 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", }