diff options
author | 2018-06-29 10:58:19 +0200 | |
---|---|---|
committer | 2018-06-29 20:04:28 +0200 | |
commit | a704ed7b1b121c3bcff52d49bff8372360fe907c (patch) | |
tree | 53dd19f2dbe2bd0bf0f747dcccd989beabfafbf7 /scripts/genie.lua | |
parent | f16d1298a44e71c18c337fc321faebe4fe691e06 (diff) |
emumem: Backend modernization [O. Galibert]
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", } |