summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-16 19:28:31 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-16 19:28:31 +0100
commitec283181960cf3327ec518b4707a73a724492594 (patch)
tree783bcaf39bc858f47791055806441af0ae3b0453 /core
parent7d47d737d3d1b6c0961a08d76a37a2af32b866d2 (diff)
downloadpackages-ec283181960cf3327ec518b4707a73a724492594.tar.xz
core/python: reenable LTO/PDO and testing (kept bootstrapping version in disabled python-no-opt-no-check)
Diffstat (limited to 'core')
-rw-r--r--core/python/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
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