index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 09:40:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 09:40:40 +0100 |
commit | 88cea12ad17b30f5b3365e1d5994c4400dac9d3a (patch) | |
tree | f99152e9e8dce7fa3d3ee9841bb5043a084e0eae /extra/firefox/PKGBUILD | |
parent | e7e94cb0a081e5792ee9b120cfa0dbe28ad54262 (diff) |
-rw-r--r-- | extra/firefox/PKGBUILD | 3 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 5a483a75..7c21b896 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -1,6 +1,3 @@ -# rust 1.49 has refused to rebuild for now, using rust148 for now -makedepends=("${makedepends[@]/rust/rust148}") - # disable LTO as it has little benefit and uses too many resources # don't compile with clang, use gcc toolchain (clang has issues on IA32) # disable SIMD (SSE2 for i686) |