Skip to content

Instantly share code, notes, and snippets.

@boyan01
Last active June 17, 2021 09:08
Show Gist options
  • Save boyan01/e48214141a8b9ef52e6384603f14ca1b to your computer and use it in GitHub Desktop.
Save boyan01/e48214141a8b9ef52e6384603f14ca1b to your computer and use it in GitHub Desktop.
flutter engine build
# 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