propagate ARCHOPTS to linker

This commit is contained in:
Vas Crabb 2015-12-07 22:07:29 +11:00
parent 3debdde27e
commit e706b93447

View File

@ -834,6 +834,9 @@ if _OPTIONS["OPTIMIZE"] then
buildoptions {
_OPTIONS["ARCHOPTS"]
}
linkoptions {
_OPTIONS["ARCHOPTS"]
}
end
if _OPTIONS["OPT_FLAGS"] then
buildoptions {