diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-11 05:25:09 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-11 05:25:09 +0000 |
commit | 424e272d46cba81e189537ed5343c5661f05e719 (patch) | |
tree | 726d52e9e6f8706e5785e207337a5761e018e80d /community | |
parent | 87259fbbe4ade18278de5a867683038ade2e2379 (diff) | |
download | packages-424e272d46cba81e189537ed5343c5661f05e719.tar.xz |
community/firefox-developer-edition: same rust no-lto trick as for firefox
Diffstat (limited to 'community')
-rw-r--r-- | community/firefox-developer-edition/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firefox-developer-edition/PKGBUILD b/community/firefox-developer-edition/PKGBUILD index 8eba80f3..a0a94a98 100644 --- a/community/firefox-developer-edition/PKGBUILD +++ b/community/firefox-developer-edition/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f build | \ sed ' - 2 a export LDFLAGS+=" -Wl,--no-keep-memory" + /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk ' )" |