diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index ed289f73396..51e80e88562 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1192,6 +1192,9 @@ configuration { "mingw*" } "-static", } end + buildoptions { + "-Wa,-mbig-obj", + } linkoptions { "-Wl,--start-group", } |