diff options
author | Chih-Hsuan Yen | 2019-07-08 19:46:53 +0800 |
---|---|---|
committer | Chih-Hsuan Yen | 2019-07-08 19:47:05 +0800 |
commit | f4060cd6effc08c981d9853a9900da618b2fcd98 (patch) | |
tree | 3d3500d0b8bea00afb5d2dd1cc1f5964475a1ded /PKGBUILD | |
parent | f10bf43940186fe939fc08afd83ef6181c8e771f (diff) | |
download | aur-f4060cd6effc08c981d9853a9900da618b2fcd98.tar.gz |
Re-enable optimizations and drop i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,11 +8,11 @@ # Contributor: Jason Chu <jason@archlinux.org> pkgname=python-git -pkgver=3.9.0a0.r104453.ccf0efbb21 +pkgver=3.9.0a0.r104747.38f44b4a4ad pkgrel=1 _pybasever=3.9 pkgdesc="Next generation of the python high-level scripting language" -arch=('i686' 'x86_64') +arch=('x86_64') license=('custom') url="https://www.python.org/" depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl') @@ -64,6 +64,7 @@ build() { --enable-shared \ --with-threads \ --with-computed-gotos \ + --enable-optimizations \ --with-lto \ --enable-ipv6 \ --with-system-expat \ |