diff options
Diffstat (limited to 'community/z3/PKGBUILD')
-rw-r--r-- | community/z3/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/z3/PKGBUILD b/community/z3/PKGBUILD new file mode 100644 index 00000000..7b727e00 --- /dev/null +++ b/community/z3/PKGBUILD @@ -0,0 +1,9 @@ +# 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 |