commit | 903a0f8cb12a21ebcac491066f3bd40d893b6998 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Wed Nov 24 11:09:36 2021 -0800 |
committer | Joel Galenson <jgalenson@google.com> | Wed Nov 24 15:09:45 2021 -0800 |
tree | a711d23df9b8e3751bba902a5bb2581457469322 | |
parent | 3e7e4f8816e8fee731632fb4b345c7ab76edc466 [diff] |
Revert "Enable LTO in cargo2android.py." This reverts commit 4f4ac2f8f309db10c7ccc4c8e4e8979fc803b249. This did not work for all crates (specifically, those with build.rs, as they don't get passed RUSTFLAGS, as well as proc-macros, since they get the flag but can't use LTO), so we're using a different approach where this is not desired. Test: Run script Change-Id: Ib1a86d4822f51978cd8ec15ad657eb25c84e01a4