summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-01-18 12:53:54 +0000
committerJonathon Fernyhough2022-01-18 12:53:54 +0000
commitb5e137f78be7f67ea6efbc10de3497240321142b (patch)
treea6d9171426e24a64cdcbc2fe2d3df26884152434 /PKGBUILD
parent2e8461013ecac4856a984af9c758d79db980ce06 (diff)
downloadaur-tcc-git.tar.gz
options=+('!lto')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')