Created
April 27, 2012 16:19
-
-
Save robcee/2510528 to your computer and use it in GitHub Desktop.
.mozconfig
This file contains 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
# This file specifies the build flags for Firefox. You can use it by adding: | |
# . $topsrcdir/browser/config/mozconfig | |
# to the top of your mozconfig file. | |
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213 | |
mk_add_options MOZ_MAKE_FLAGS="-s -j4" | |
ac_add_options --enable-application=browser | |
ac_add_options --enable-optimize | |
#ac_add_options --enable-debug | |
#ac_add_options --enable-trace-malloc | |
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@-debug | |
CC=clang | |
CXX=clang++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment