summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian2022-10-03 22:09:02 +0200
committerSebastian2022-10-03 22:09:02 +0200
commite1bdabe15c776fca3f75247b5049bf0dc91f4a21 (patch)
tree1f25f674be3b63bedb2ddbf7d4ac1df10d76cbf7
parent685080914b0e3cd63db5af71909782f9313cb7b5 (diff)
downloadaur-e1bdabe15c776fca3f75247b5049bf0dc91f4a21.tar.gz
Disable lto
lto seems to produce a not working binary
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcdddf05e310..c1b0a3997f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Library for the Signal Protocol.'
url="https://github.com/signalapp/${_pkgname}"
depends=('gcc-libs')
makedepends=('cargo' 'gradle' 'git' 'zip' 'protobuf' 'cmake' 'clang')
+options=(!lto)
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('GPL3')
source=(