mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
enable multiple definitions for mingw-clang, due to weird issue with multiple symbols (nw)
This commit is contained in:
parent
3ffde3b978
commit
c8f26a1a7b
@ -393,6 +393,7 @@ function toolchain(_buildDir, _subDir)
|
|||||||
linkoptions {
|
linkoptions {
|
||||||
"-Qunused-arguments",
|
"-Qunused-arguments",
|
||||||
"-Wno-error=unused-command-line-argument-hard-error-in-future",
|
"-Wno-error=unused-command-line-argument-hard-error-in-future",
|
||||||
|
"-Wl,--allow-multiple-definition",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "x32", "mingw-clang" }
|
configuration { "x32", "mingw-clang" }
|
||||||
|
Loading…
Reference in New Issue
Block a user