From 32af45391b66d65853d75bd99d482f4b1f397d55 Mon Sep 17 00:00:00 2001 From: triallax Date: Tue, 8 Aug 2023 17:27:43 +0100 Subject: [PATCH] python3: enable optimizations. --- srcpkgs/python3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index ef07cb7d2f3..ca23bbfc548 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -4,9 +4,9 @@ # pkgname=python3 version=3.11.4 -revision=1 +revision=2 build_style="gnu-configure" -configure_args="--enable-shared --enable-ipv6 +configure_args="--enable-shared --enable-ipv6 --enable-optimizations --enable-loadable-sqlite-extensions --with-computed-gotos --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi --without-ensurepip ac_cv_working_tzset=yes"