mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
propagate ARCHOPTS to linker
This commit is contained in:
parent
3debdde27e
commit
e706b93447
@ -834,6 +834,9 @@ if _OPTIONS["OPTIMIZE"] then
|
|||||||
buildoptions {
|
buildoptions {
|
||||||
_OPTIONS["ARCHOPTS"]
|
_OPTIONS["ARCHOPTS"]
|
||||||
}
|
}
|
||||||
|
linkoptions {
|
||||||
|
_OPTIONS["ARCHOPTS"]
|
||||||
|
}
|
||||||
end
|
end
|
||||||
if _OPTIONS["OPT_FLAGS"] then
|
if _OPTIONS["OPT_FLAGS"] then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user