summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Karlsson2024-03-27 18:46:18 +0100
committerRasmus Karlsson2024-03-27 18:46:18 +0100
commitc4bc9143fd7ee0c8350f12e565678d565293fdaf (patch)
tree042172a71dbaa111a0c2db2f0bcbd46b76026d43 /PKGBUILD
parent34c667e55229a3e4b0a875f4138cd93de5c4f763 (diff)
downloadaur-c4bc9143fd7ee0c8350f12e565678d565293fdaf.tar.gz
Force disable LTO
It's broken on GCC since https://github.com/Chatterino/chatterino2/commit/ed20e71db4c957d3b2a8ce9350b847f4c805cb83
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce8c74e70447..25f150ffe15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ckat <ckat@teknik.io>
pkgname=chatterino2-git
_pkgname=chatterino2
-pkgver=2.4.5.r152.g25add89
+pkgver=2.4.5.r310.g515a92d
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", dev/git version'
arch=('any')
@@ -36,6 +36,8 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP')
+# We temporarily disable LTO since we get an ICE when compiling with gcc since this commit https://github.com/Chatterino/chatterino2/commit/ed20e71db4c957d3b2a8ce9350b847f4c805cb83
+options=('!lto')
pkgver() {
cd "$srcdir/chatterino2"