Skip to content

Instantly share code, notes, and snippets.

@pkrnjevic
Created November 13, 2015 18:09
Show Gist options
  • Save pkrnjevic/c12e1fedc99c7c7c9f5d to your computer and use it in GitHub Desktop.
Save pkrnjevic/c12e1fedc99c7c7c9f5d to your computer and use it in GitHub Desktop.
. $topsrcdir/browser/config/mozconfig
export MOZ_APP_NAME=securebrowser
export MOZ_APP_DISPLAYNAME=SecureBrowser
mk_add_options MOZ_APP_NAME=securebrowser
mk_add_options MOZ_APP_DISPLAYNAME=SecureBrowser
ac_add_options --enable-application=browser
mk_add_options MOZ_OBJDIR=c:/mozilla-objs-msvc
ac_add_options --enable-release
ac_add_options --enable-official-branding
ac_add_options --disable-updater
ac_add_options --disable-debug
ac_add_options --enable-strip
ac_add_options --enable-optimize
ac_add_options --enable-application=browser
mk_add_options MOZ_MAKE_FLAGS=-j8
#mk_add_options MOZ_OBJDIR=objdir
#mk_add_options MOZ_CO_MODULE="mozilla/tools/update-packaging"
#ac_add_options --disable-verify-mar
#ac_add_options --disable-jemalloc
ac_add_options --disable-crashreporter
ac_add_options --disable-maintenance-service
ac_add_options --disable-services-healthreport
ac_add_options --disable-telemetry-reporting
ac_add_options --disable-mochitest
ac_add_options --disable-mochitests
ac_add_options --disable-tests
ac_add_options --disable-ipdl-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment