From 854b830ee357607396257023da6953e9a7889ba5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 29 Aug 2018 06:59:38 -0400 Subject: initial commit --- palemoon/palemoon-mozconfig | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 palemoon/palemoon-mozconfig (limited to 'palemoon/palemoon-mozconfig') diff --git a/palemoon/palemoon-mozconfig b/palemoon/palemoon-mozconfig new file mode 100644 index 0000000..8b18708 --- /dev/null +++ b/palemoon/palemoon-mozconfig @@ -0,0 +1,42 @@ +mk_add_options AUTOCLOBBER=1 +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/pmbuild +ac_add_options --enable-application=palemoon + +ac_add_options --enable-optimize="-O2" + +ac_add_options --enable-official-branding +ac_add_options --enable-official-vendor + +# Safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in +# defines.sh during the beta cycle +export BUILDING_RELEASE=1 +export MC_OFFICIAL=1 +export MOZILLA_OFFICIAL=1 +export MC_PALEMOON=1 + +# Disable add-ons signing +# Disable checking that add-ons are signed by the trusted root +MOZ_ADDON_SIGNING= +# Disable enforcing that add-ons are signed by the trusted root +MOZ_REQUIRE_SIGNING= + +ac_add_options --enable-default-toolkit=cairo-gtk2 +ac_add_options --enable-jemalloc +ac_add_options --enable-strip +ac_add_options --with-pthreads + +ac_add_options --disable-tests +ac_add_options --disable-debug +ac_add_options --disable-crashreporter +ac_add_options --disable-eme +ac_add_options --disable-parental-controls +ac_add_options --disable-accessibility +ac_add_options --disable-webrtc +ac_add_options --disable-gamepad +ac_add_options --disable-necko-wifi +ac_add_options --disable-updater + +# Disable telemetry reporting +export MOZ_TELEMETRY_REPORTING= + +ac_add_options --x-libraries=/usr/lib -- cgit