From 9d8946a6ecfc19d01d8da12f20572bbfc556977f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Mar 2018 16:24:40 +0100 Subject: added python3 and python2 in stage 3 (no modules yet) on the way to build meson for systemd --- i486-stage3/python/DESCR | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i486-stage3/python/DESCR') 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 -- cgit v1.2.3-54-g00ecf