index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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) |