summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-04-04 18:59:40 +0200
committerMichel Zou2024-04-04 18:59:40 +0200
commit8896a2a9345c0a549a155e260b6c5a09f45ed2c6 (patch)
tree94b904ad1592174717e88dc2ddb2a5fdf50cf487
parent9d98151d6f131dde60513eeb6dcb913265436697 (diff)
downloadaur-8896a2a9345c0a549a155e260b6c5a09f45ed2c6.tar.gz
lto
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4a0846698a..9f38d79b9c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libcuba
makedepends = automake
makedepends = gcc
options = staticlibs
+ options = !lto
source = https://github.com/jschueller/cuba/archive/refs/heads/main.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 05eb188cd42e..6b93287a3322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('x86_64')
url="https://feynarts.de/cuba/"
license=('LGPL')
makedepends=('make' 'automake' 'gcc')
-options=('staticlibs')
+options=('staticlibs' '!lto')
#source=("https://feynarts.de/cuba/Cuba-$pkgver.tar.gz")
#sha256sums=('8d9f532fd2b9561da2272c156ef7be5f3960953e4519c638759f1b52fe03ed52')
source=("https://github.com/jschueller/cuba/archive/refs/heads/main.zip")