From fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 3 Feb 2021 14:57:56 +0100 Subject: check if this reduces log size --- scripts/prep-librewolf-dpkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index 63674e9..b578529 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -165,6 +165,7 @@ librewolf/silence-gtk-style-assertions.patch -p1 librewolf/sandbox-update-arm-syscall-numbers.patch -p1 librewolf/remove_addons.patch -p1 librewolf/megabar.patch -p1 +librewolf/reduce-rust-debuginfo.patch -p1 EOF # observe that build-with-libstdc++-7 is disabled for this dpkg. Debian builds Firefox with gcc, not clang. # fix some fuzz in remove_addons.patch. The space is important! -- cgit