Skip to content

Instantly share code, notes, and snippets.

@jsantell
Created November 4, 2015 17:49
Show Gist options
  • Save jsantell/9604e73fc8854c3cccc0 to your computer and use it in GitHub Desktop.
Save jsantell/9604e73fc8854c3cccc0 to your computer and use it in GitHub Desktop.
.mozconfig
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