Created
January 10, 2013 08:30
-
-
Save past/4500466 to your computer and use it in GitHub Desktop.
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
. $topsrcdir/browser/config/mozconfig | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg | |
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