diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-09 20:27:51 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-09 20:27:51 +0200 |
commit | ddeb3aeb99e07a75d2e3796d48d21d8bb756f7e3 (patch) | |
tree | a015c9c822b0da8c13397b3b94bf2297afbb0aa5 | |
parent | 1a2127a1079828e00a6c69d1c830a1484d6009e3 (diff) | |
download | packages-ddeb3aeb99e07a75d2e3796d48d21d8bb756f7e3.tar.xz |
extra/firefox: another try to limit resources during linking, this time disabling rust LTO
-rw-r--r-- | extra/firefox/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 8eba80f3..edbc3517 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/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 ' )" |