Last active
December 31, 2015 20:59
-
-
Save maxdeliso/8043596 to your computer and use it in GitHub Desktop.
mozconfig
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 --disable-debug | |
ac_add_options --disable-tests | |
ac_add_options --disable-updater | |
ac_add_options --enable-jemalloc | |
ac_add_options --enable-official-branding | |
ac_add_options --enable-64bit | |
# ... | |
mk_add_options MOZ_MAKE_FLAGS="-j4" | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-max-tuned-@CONFIG_GUESS@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment