From ec283181960cf3327ec518b4707a73a724492594 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Jan 2022 19:28:31 +0100 Subject: core/python: reenable LTO/PDO and testing (kept bootstrapping version in disabled python-no-opt-no-check) --- core/python/PKGBUILD | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core') diff --git a/core/python/PKGBUILD b/core/python/PKGBUILD index 357d41c1..1880d300 100644 --- a/core/python/PKGBUILD +++ b/core/python/PKGBUILD @@ -51,15 +51,3 @@ eval "$( /-uall/ s/;\?$/ -x test_posix -x test_gdb -x test_socket -x test_cmath -x test_math -x test_turtle \\|\\| true/g " )" - -# LTO, PDO takes too long -eval "$( - declare -f build | \ - sed " - s/--with-lto/--without-lto/ - s/--enable-optimizations/--disable-optimizations/ - " -)" - -# for now disable testing -unset check -- cgit v1.2.3-54-g00ecf