summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c2deace9ea4..d5b059b273a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tcc-git
pkgdesc = Tiny C Compiler
- pkgver = 0.9.27.r791.gda11cf6
+ pkgver = 0.9.27.r797.g4e0e9b8
pkgrel = 1
url = https://bellard.org/tcc/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = tcc-git
provides = tcc
conflicts = tcc
options = staticlibs
+ options = !lto
source = git+https://repo.or.cz/tinycc.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8296b5ee558f..f4f447f428f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=tcc-git
-pkgver=0.9.27.r791.gda11cf6
+pkgver=0.9.27.r797.g4e0e9b8
pkgrel=1
pkgdesc='Tiny C Compiler'
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ license=('LGPL2.1')
makedepends=('texi2html' 'git')
provides=('tcc')
conflicts=('tcc')
-options=('staticlibs')
+options=('staticlibs' '!lto')
source=('git+https://repo.or.cz/tinycc.git')
md5sums=('SKIP')