aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-07-10 18:02:52 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-02 05:44:26 +0000
commitdf3979dba3df1fbdf3e91a06462ee1d91c39dcff (patch)
treea6f6020616ffb18882dedd85fde27b8b927cbba3 /main
parent1c120af754d773924b37c0d2ce02789af4631ba8 (diff)
downloadaports-df3979dba3df.tar.bz2
aports-df3979dba3df.tar.xz
main/python3: enable optimizations
Diffstat (limited to 'main')
-rw-r--r--main/python3/APKBUILD5
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 \