Skip to content

Instantly share code, notes, and snippets.

@past
Created October 24, 2012 09:00
Show Gist options
  • Save past/3944952 to your computer and use it in GitHub Desktop.
Save past/3944952 to your computer and use it in GitHub Desktop.
$ 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