Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Created January 5, 2016 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandescottes/692bd28f9e65ab2959c9 to your computer and use it in GitHub Desktop.
Save juliandescottes/692bd28f9e65ab2959c9 to your computer and use it in GitHub Desktop.
.mozconfig file for #devtools
# normal mozconfig
ac_add_options --with-ccache=/usr/local/bin/ccache
mk_add_options MOZ_OBJDIR=objdir.noindex
mk_add_options AUTOCLOBBER=1
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