Created
October 24, 2012 09:00
-
-
Save past/3944952 to your computer and use it in GitHub Desktop.
This file contains 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
$ cat .mozconfig | |
. $topsrcdir/browser/config/mozconfig | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg | |
mk_add_options MOZ_MAKE_FLAGS="-s -j8" | |
ac_add_options --enable-debug | |
#ac_add_options --enable-optimize | |
ac_add_options --enable-profiling | |
ac_add_options --with-ccache | |
ac_add_options --enable-chrome-format=symlink | |
CC=clang | |
CXX=clang++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment