index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-09 16:24:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-09 16:24:40 +0100 |
commit | 9d8946a6ecfc19d01d8da12f20572bbfc556977f (patch) | |
tree | 74e1a5ced3c6da0dd7b3d9136227c842cf664ad1 /i486-stage3/python/DESCR | |
parent | b65446e7266cca71d3505637da9191a1dd169e14 (diff) |
-rw-r--r-- | i486-stage3/python/DESCR | 2 |
diff --git a/i486-stage3/python/DESCR b/i486-stage3/python/DESCR index 1e44107..a640b99 100644 --- a/i486-stage3/python/DESCR +++ b/i486-stage3/python/DESCR @@ -13,4 +13,6 @@ sed -i "s/\(while\)/#\1/" PKGBUILD sed -i 's@LC_CTYPE=en_US.UTF-8 xvfb-run -a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS"@LC_CTYPE=en_US.UTF-8 make EXTRA_CFLAGS="$CFLAGS"@g' PKGBUILD # no LTO (we don't have support for it yet) +# we don't optimize for speed as this runs the internal profiling tests sed -i "s/--with-lto/--without-lto/" PKGBUILD +sed -i "s/--enable-optimizations/--disable-optimizations/" PKGBUILD |