commit | 5f788403089bf03232ed601c8095119a8bd76d4f | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Thu Mar 02 16:06:01 2023 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Thu Mar 02 16:06:01 2023 -0800 |
tree | 5fabf0df8e72128773eac5901a7732909a530655 | |
parent | aa3408a50648c6076d9cc3542523b01e83c11b28 [diff] [blame] |
Enable LTO for Rust dylibs Test: m rust Test: TH Change-Id: I2257fe9fce1457821a5cf7df644c73f3137a62bb
diff --git a/rust/config/global.go b/rust/config/global.go index 0dface4..9375022 100644 --- a/rust/config/global.go +++ b/rust/config/global.go
@@ -54,6 +54,7 @@ // TODO (b/267698452): Temporary workaround until the "no unstable // features" policy is enforced. "-A stable-features", + "-Zdylib-lto", } deviceGlobalRustFlags = []string{