Skip to content
Snippets Groups Projects
Commit df3979db authored by J0WI's avatar J0WI Committed by Natanael Copa
Browse files

main/python3: enable optimizations

parent 1c120af7
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ pkgname=python3
# the python2-tkinter's pkgver needs to be synchronized with this.
pkgver=3.7.3
_basever="${pkgver%.*}"
pkgrel=0
pkgrel=1
pkgdesc="A high-level scripting language"
url="https://www.python.org"
url="https://www.python.org/"
arch="all"
license="custom"
provides="py3-pip"
......@@ -50,6 +50,7 @@ build() {
--disable-rpath \
--enable-ipv6 \
--enable-loadable-sqlite-extensions \
--enable-optimizations \
--enable-shared \
--with-lto \
--with-computed-gotos \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment