summaryrefslogtreecommitdiff
path: root/i486-stage3/python/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage3/python/DESCR')
-rw-r--r--i486-stage3/python/DESCR2
1 files changed, 2 insertions, 0 deletions
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