Created
November 4, 2015 17:49
-
-
Save jsantell/9604e73fc8854c3cccc0 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
mk_add_options MOZ_MAKE_FLAGS="-j4" | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj.noindex | |
mk_add_options AUTOCLOBBER=1 | |
ac_add_options --enable-debug-js-modules | |
# ccache stuff | |
ac_add_options --with-ccache=/usr/local/bin/ccache | |
CC="clang -fcolor-diagnostics" | |
CXX="clang++ -fcolor-diagnostics" | |
#ac_add_options --enable-debug | |
#ac_add_options --disable-optimize | |
# Enable ref counting in tests, slows things down | |
#ac_add_options --enable-tracerefcnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment