diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-29 21:05:12 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-29 21:05:12 -0800 |
commit | 7caf985807c372e609425d45f7630ea0407c9abb (patch) | |
tree | eedf1d460b2906a62ba7c94cbf92d997389726d5 /tools/shared.py | |
parent | 3ebc504f277b288b36582f4c44c657ace7d20854 (diff) |
split LLVM LTO into separate pass
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 8c0f75cb..e43ac8ab 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -547,7 +547,6 @@ class Building: opts.append('-disable-inlining') # we prefer to let closure compiler do our inlining, to avoid overly aggressive inlining opts.append('-O%d' % optimization_level) #opts.append('-std-compile-opts') - opts.append('-std-link-opts') else: allow_nonportable = not safe optimize_size = True |