-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support passing extra linker flags to the relinker
Summary: It's possible for a build to only want a specific optimization during the final phase of linking (aka relinker stage). An example would be to only run LTO during the relinker stage since LTO can incur a high build speed cost. We've tested internally that this doesn't affect APK size is neutral, but we'll still need to run perf tests. Support this flag as a general case so we can also run other specific optimizations only during relinker stage. Reviewed By: smeenai Differential Revision: D69625538 fbshipit-source-id: e934b6e076853f5b3593d704d09d539355e20ebc
- Loading branch information
1 parent
e0021de
commit aa18ad8
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters