diff options
| author | 2015-12-07 22:07:29 +1100 | |
|---|---|---|
| committer | 2015-12-07 22:07:29 +1100 | |
| commit | e706b934470b848e2696a42fb59fdbec02df1c1a (patch) | |
| tree | 7551667eb4739890864eaba77bbce17abdcd63e9 /scripts | |
| parent | 3debdde27e552f9ee48267e0dbbfd44e4de44ecc (diff) | |
propagate ARCHOPTS to linker
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index c9e2aeac3fc..8751af8cf2b 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -834,6 +834,9 @@ if _OPTIONS["OPTIMIZE"] then buildoptions { _OPTIONS["ARCHOPTS"] } + linkoptions { + _OPTIONS["ARCHOPTS"] + } end if _OPTIONS["OPT_FLAGS"] then buildoptions { |
