Created
June 28, 2013 15:01
-
-
Save MikeRatcliffe/5885338 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
. $topsrcdir/browser/config/mozconfig | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir | |
mk_add_options MOZ_CO_PROJECT=browser | |
mk_add_options MOZ_MAKE_FLAGS="-s --no-print-directory -j12" | |
mk_add_options AUTOCLOBBER=1 | |
ac_add_options --enable-optimize | |
ac_add_options --disable-debug | |
ac_add_options --enable-tests | |
ac_add_options --with-ccache | |
CC="clang -fcolor-diagnostics" | |
CXX="clang++ -fcolor-diagnostics" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment