forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: X-link: facebook/react-native#33560 Pull Request resolved: facebook#720 Turn on ICF for the build whenever it is available. This requires us to link with LLD, which is only the default starting in NDK r23, so manually specify LLD for the Android build. Also turn on LTO for the CircleCI build, so we generate highly optimised binaries for distribution. Changelog: [Internal] Reviewed By: jpporto Differential Revision: D35344254 fbshipit-source-id: 64b37e6a7817a7b7826cc7480468367b95d63c61
- Loading branch information
1 parent
359b0ce
commit 1fabbb2
Showing
3 changed files
with
13 additions
and
11 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
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