commit | 8bdc04b9e08eb81c43293f0ad7de9d37e86f7dd1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 08 20:22:02 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 08 20:22:02 2022 +0000 |
tree | fd2c967ce72a0465b9cbfdbe3e3ee6c7d3a74eac | |
parent | a4f73d937e63619f529d1ae2fc4f50fc6bd5f486 [diff] | |
parent | 5e0f405abfcd494c1637fb1b3f35651c665d6ea9 [diff] |
Merge "Pass -flto to asflags as well"
diff --git a/cc/lto.go b/cc/lto.go index 5d2fba0..b3e5e74 100644 --- a/cc/lto.go +++ b/cc/lto.go
@@ -101,6 +101,7 @@ } flags.Local.CFlags = append(flags.Local.CFlags, ltoCFlag) + flags.Local.AsFlags = append(flags.Local.AsFlags, ltoCFlag) flags.Local.LdFlags = append(flags.Local.LdFlags, ltoCFlag) flags.Local.LdFlags = append(flags.Local.LdFlags, ltoLdFlag)