python3: enable optimizations.
This commit is contained in:
parent
fec1a6cd29
commit
32af45391b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue