Created
January 5, 2016 17:32
-
-
Save juliandescottes/692bd28f9e65ab2959c9 to your computer and use it in GitHub Desktop.
.mozconfig file for #devtools
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
# 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