diff options
author | 2015-04-06 13:23:23 +0200 | |
---|---|---|
committer | 2015-04-06 13:23:23 +0200 | |
commit | c8f26a1a7b8cf93e46ee0ed1510f54eef9e18132 (patch) | |
tree | 2486f41334ff219b30b7b4aa1c442f2519380cc7 /scripts/toolchain.lua | |
parent | 3ffde3b9788fe6a416b40feb76efd4ce72699fe8 (diff) |
enable multiple definitions for mingw-clang, due to weird issue with multiple symbols (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index e534c7e4425..43ee0d99d86 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -393,6 +393,7 @@ function toolchain(_buildDir, _subDir) linkoptions { "-Qunused-arguments", "-Wno-error=unused-command-line-argument-hard-error-in-future", + "-Wl,--allow-multiple-definition", } configuration { "x32", "mingw-clang" } |