Created
February 27, 2015 00:30
-
-
Save mdaniel/b1ac0b684c31ab4b68a6 to your computer and use it in GitHub Desktop.
mozconfig to build firefox developer edition
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
export PATH="`brew --prefix ccache`/libexec:$PATH" | |
. $topsrcdir/browser/config/mozconfig | |
. $topsrcdir/build/macosx/mozconfig.common | |
export MOZILLA_OFFICIAL=1 | |
mk_add_options MOZ_BRANDING_DIRECTORY=browser/branding/aurora | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ffdev-dbg | |
mk_add_options MOZ_MAKE_FLAGS="-j4" | |
mk_add_options AUTOCONF=`brew --prefix autoconf213`/bin/autoconf213 | |
ac_add_options --disable-debug | |
ac_add_options --enable-optimize | |
ac_add_options --with-branding=browser/branding/aurora |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment