From 809507ef3e785560d211794843643c49f2d46f0c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 28 Dec 2017 14:42:02 +0000 Subject: [PATCH] extra/python: fix --- extra/python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index fdada17a9..d5be0affb 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -8,6 +8,7 @@ # ALARM: Kevin Mihelich # - removed valgrind from makedepends # - configure with --without-lto +# - don't configure with --enable-optimizations - PGO kills builds pkgname=python pkgver=3.6.4 @@ -59,7 +60,6 @@ build() { --enable-shared \ --with-threads \ --with-computed-gotos \ - --enable-optimizations \ --without-lto \ --enable-ipv6 \ --with-system-expat \