diff options
Diffstat (limited to 'nonprism-testing/iceweasel/mozconfig')
-rw-r--r-- | nonprism-testing/iceweasel/mozconfig | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/nonprism-testing/iceweasel/mozconfig b/nonprism-testing/iceweasel/mozconfig deleted file mode 100644 index 7349e3ccd..000000000 --- a/nonprism-testing/iceweasel/mozconfig +++ /dev/null @@ -1,46 +0,0 @@ -ac_add_options --enable-application=browser - -ac_add_options --prefix=/usr -ac_add_options --enable-release -ac_add_options --enable-gold -ac_add_options --enable-pie -ac_add_options --enable-rust - -# Release Iceweasel branding -ac_add_options --disable-official-branding -ac_add_options --with-branding=debian/branding -ac_add_options --enable-update-channel=release -MOZ_ADDON_SIGNING=1 -MOZ_REQUIRE_SIGNING=1 - -# System libraries -ac_add_options --with-system-nspr -ac_add_options --with-system-nss -ac_add_options --with-system-icu -ac_add_options --with-system-jpeg -ac_add_options --with-system-zlib -ac_add_options --with-system-bz2 -ac_add_options --with-system-libevent -ac_add_options --with-system-libvpx -ac_add_options --enable-system-hunspell -ac_add_options --enable-system-sqlite -ac_add_options --enable-system-ffi -ac_add_options --enable-system-pixman - -# Features -ac_add_options --enable-startup-notification -ac_add_options --disable-updater -ac_add_options --disable-crashreporter - -STRIP_FLAGS="--strip-debug" - -# Parabola features -ac_add_options --disable-safe-browsing -ac_add_options --disable-url-classifier -ac_add_options --disable-eme -ac_add_options --disable-gamepad - -# Other -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir - -# vim:set ft=sh: |