diff options
-rw-r--r-- | h2o/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/h2o/PKGBUILD b/h2o/PKGBUILD index 4ccaaa2cd..36a1b052a 100644 --- a/h2o/PKGBUILD +++ b/h2o/PKGBUILD @@ -7,7 +7,7 @@ pkgname=h2o pkgver=2.2.6 -pkgrel=12 +pkgrel=13 pkgdesc="Optimized HTTP server with support for HTTP/1.x and HTTP/2" arch=('i686' 'pentium4' 'x86_64') _pinned_dependencies=( @@ -26,6 +26,7 @@ sha512sums=('f2f28905c01782a0432c9dfdb2f21054e0a4741ac4c5f26802d4b439d0172840aa2 backup=('etc/h2o.conf') provides=('h2o' 'libh2o') conflicts=('libh2o') +options+=('!lto') prepare() { export PATH="$srcdir:$PATH" |