diff options
author | 2020-10-18 23:10:26 +0000 | |
---|---|---|
committer | 2020-10-18 23:11:35 +0000 | |
commit | c88f0006c93e64bdf86e094cc97c8447885549ca (patch) | |
tree | 60e60054fb6ce30ad3d187f216bb607aeb87ddf2 | |
parent | 1709e6015067fa5fff625eabba7b87f8e0600a01 (diff) |
Fix link errors with new versions of Emscripten
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 5310e003ed8..4665349c98f 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1177,6 +1177,7 @@ configuration { "asmjs" } } linkoptions { "-Wl,--start-group", + "-r", } archivesplit_size "20" |