summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
blob: edbc351715fb52c49989c6a279acb0511024ba66 (plain)
1
2
3
4
5
6
7
eval "$(
  declare -f build | \
    sed '
      s/mach/mach -j1/g
      /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk
    '
)"