diff options
Diffstat (limited to 'main/python3/APKBUILD')
| -rw-r--r-- | main/python3/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index b588b27da0..54b2935c3d 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -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 \ |
