# you have to check this file out in addition to client.mk for this to work . $topsrcdir/browser/config/mozconfig export MOZILLA_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 export BUILD_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 export MOZ_USE_OFFICIAL_BRANDING=1 mk_add_options MOZ_USE_OFFICIAL_BRANDING=1 # make it faster on two processors mk_add_options MOZ_MAKE_FLAGS=-j2 ac_add_options --disable-tests ac_add_options --enable-pthreads ac_add_options --without-system-nspr ac_add_options --without-system-zlib ac_add_options --without-system-jpeg ac_add_options --without-system-png ac_add_options --without-system-mng ac_add_options --enable-crypto ac_add_options --enable-prebinding ac_add_options --enable-static ac_add_options --disable-shared #ac_add_options --disable-static #ac_add_options --enable-shared ac_add_options --disable-installer ac_add_options --disable-debug #ac_add_options --enable-debug ac_add_options --enable-optimize="-g3"