python3: enable optimizations.

This commit is contained in:
triallax 2023-08-08 17:27:43 +01:00 committed by Andrew J. Hesford
parent fec1a6cd29
commit 32af45391b

View file

@ -4,9 +4,9 @@
# #
pkgname=python3 pkgname=python3
version=3.11.4 version=3.11.4
revision=1 revision=2
build_style="gnu-configure" 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 --enable-loadable-sqlite-extensions --with-computed-gotos
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
--without-ensurepip ac_cv_working_tzset=yes" --without-ensurepip ac_cv_working_tzset=yes"