From fe76b5541129f11c869354c16f7dc2f4dc721264 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 11 Sep 2018 05:24:22 +0000 Subject: extra/thunderbird: same rust no-lto trick as for firefox --- extra/thunderbird/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index 8eba80f3..edbc3517 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -1,6 +1,7 @@ eval "$( declare -f build | \ sed ' - 2 a export LDFLAGS+=" -Wl,--no-keep-memory" + s/mach/mach -j1/g + /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk ' )" -- cgit v1.2.3-54-g00ecf