Skip to content

Instantly share code, notes, and snippets.

@fitzgen
Created June 24, 2013 20:12
Show Gist options
  • Save fitzgen/5853186 to your computer and use it in GitHub Desktop.
Save fitzgen/5853186 to your computer and use it in GitHub Desktop.
Basic .mozconfig for hacking on devtools stuff
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_MAKE_FLAGS="-s -j8"
ac_add_options --enable-tests
mk_add_options AUTOCLOBBER=1
# Using ccache will speed up incremental builds a ton.
# See https://developer.mozilla.org/en-US/docs/ccache
# ac_add_options --with-ccache=/usr/local/bin/ccache
# Enable if you ever need to use the gecko profiler
# ac_add_options --enable-profiling
# If you need to enable debug builds to step through C++ code with GDB,
# uncomment these lines:
# ac_add_options --enable-debug
# ac_add_options --enable-tracerefcnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment