index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-07 08:08:52 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-07 08:08:52 +0200 |
commit | a70a4ca97402b8290c90f6ffa4d9cf04a1e19d72 (patch) | |
tree | c53b14136f8b3e05c667416d4d9e654be6f93e6d /extra/rust/PKGBUILD | |
parent | 43ab1bde884297633fcfc9f476d517e616763a72 (diff) |
-rw-r--r-- | extra/rust/PKGBUILD | 12 |
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index ae5356c6..d1895de0 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -16,12 +16,12 @@ eval "$( )" # stop insanity of nproc (see FS#62952) -#eval "$( -# declare -f build | \ -# sed ' -# s/-j "$(nproc)"/-j1/ -# ' -#)" +eval "$( + declare -f build | \ + sed ' + s/-j "$(nproc)"/-j8/ + ' +)" if [ "${CARCH}" != 'pentium4' ]; then eval "$( |