Created
January 18, 2019 16:11
-
-
Save juliandescottes/2d4c3c5713d9b15a1618440911cbfebb to your computer and use it in GitHub Desktop.
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
ac_add_options --enable-artifact-builds | |
# ac_add_options --with-ccache=/usr/local/bin/ccache | |
ac_add_options --enable-debug-js-modules | |
# ac_add_options --enable-debug | |
# ac_add_options --with-branding=browser/branding/official | |
# ac_add_options --with-branding=browser/branding/aurora | |
# ac_add_options --enable-official-branding | |
mk_add_options MOZ_OBJDIR=objdir.noindex | |
mk_add_options AUTOCLOBBER=1 | |
# CC="clang -fcolor-diagnostics" | |
# CXX="clang++ -fcolor-diagnostics" | |
# FIREFOX FOR ANDROID START | |
# Build Firefox for Android: | |
# ac_add_options --enable-application=mobile/android | |
# ac_add_options --target=arm-linux-androideabi | |
# With the following Android SDK: | |
# ac_add_options --with-android-sdk="/absolute/path/to/.mozbuild/android-sdk" | |
# Enable artifact building: | |
# ac_add_options --enable-artifact-builds | |
# Write build artifacts to: | |
# mk_add_options MOZ_OBJDIR=./objdir-frontend | |
# FIREFOX FOR ANDROID END | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment