index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/z3/PKGBUILD | 9 |
diff --git a/community/z3/PKGBUILD b/community/z3/PKGBUILD deleted file mode 100644 index 7b727e00..00000000 --- a/community/z3/PKGBUILD +++ /dev/null @@ -1,9 +0,0 @@ -# LTO on i486 results in out-of-memory -if [ "$CARCH" == 'i486' ]; then - eval "$( - declare -f build | \ - sed ' - s/-DZ3_LINK_TIME_OPTIMIZATION=1/-DZ3_LINK_TIME_OPTIMIZATION=0/ - ' - )" -fi |