mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +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 {
|
||||
"-Qunused-arguments",
|
||||
"-Wno-error=unused-command-line-argument-hard-error-in-future",
|
||||
"-Wl,--allow-multiple-definition",
|
||||
}
|
||||
|
||||
configuration { "x32", "mingw-clang" }
|
||||
|
Loading…
Reference in New Issue
Block a user