diff options
Diffstat (limited to 'scripts')
-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 85222858732..6d89686fce8 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1074,6 +1074,9 @@ configuration { "asmjs" } "-x c++", "-std=c++14", } + linkoptions { + "-Wl,--start-group", + } archivesplit_size "20" configuration { "android*" } |