From 528880159a8babe971613a79613a22df42a9bd17 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 30 Jun 2020 14:08:58 +0300 Subject: [PATCH] firefox [testing]: Remove removed configure flags --- testing/firefox/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/firefox/build b/testing/firefox/build index 1733b431..f2954344 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -58,12 +58,10 @@ export MOZ_NOSPAM=1 --without-system-nss \ --with-system-jpeg \ --with-system-zlib \ - --with-system-bz2 \ --with-system-png \ --without-system-libvpx \ --with-system-pixman \ --with-system-ffi \ - --disable-gconf \ --disable-profiling \ --disable-accessibility \ --disable-tests \ @@ -76,7 +74,6 @@ export MOZ_NOSPAM=1 --disable-gold \ --disable-jemalloc \ --disable-pulseaudio \ - --disable-startup-notification \ --disable-crashreporter \ --disable-updater \ --disable-dbus \