Last active
December 24, 2015 10:09
-
-
Save JohannesBuchner/6781711 to your computer and use it in GitHub Desktop.
Thunderbird/Mozilla build notes
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
Follow https://developer.mozilla.org/en-US/docs/Simple_Thunderbird_build | |
comm-central/.mozconfig: | |
ac_add_options --enable-application=mail | |
ac_add_options --with-ccache=/usr/bin/ccache | |
ac_add_options --enable-calendar | |
#ac_add_options --disable-debug | |
ac_add_options --enable-debug | |
ac_add_options --disable-tests | |
ac_add_options --enable-jemalloc | |
#mk_add_options ALWAYS_RUN_CLIENT_PY=1 | |
#mk_add_options CLIENT_PY_ARGS="--hg-options='--time' --skip-mozilla --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print" | |
mk_add_options MOZ_MAKE_FLAGS="-j7" | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../objdir-tb | |
Build with: | |
./mozilla/mach build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment