Last active
June 17, 2021 09:08
-
-
Save boyan01/e48214141a8b9ef52e6384603f14ca1b to your computer and use it in GitHub Desktop.
flutter engine build
This file contains hidden or 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
# macos | |
## debug | |
./flutter/tools/gn --unoptimized | |
ninja -C out/host_debug_unopt | |
## release | |
./flutter/tools/gn --runtime-mode release --no-lto | |
ninja -C out/host_release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment