Created
June 24, 2013 20:12
-
-
Save fitzgen/5853186 to your computer and use it in GitHub Desktop.
Basic .mozconfig for hacking on devtools stuff
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_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