summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2018-04-08 22:28:59 +0200
committerDaniel Maslowski2018-04-08 22:28:59 +0200
commit37b20085954571025c95b1204077e819d9df77b6 (patch)
tree59f1cd356688dcf2b6f635f9ec3d14095bea7f41
parenta5e6c05d6e6120a0abdc4d64317183b260978e76 (diff)
downloadaur-37b20085954571025c95b1204077e819d9df77b6.tar.gz
reference to -O2 issue
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f36cbe18783..7758016bf88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,8 @@ source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
sha256sums=('b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b'
'SKIP')
+# bigint test doesn't pass when built with GCC and -O2
+# see https://github.com/randombit/botan/issues/1529
export CXXFLAGS=`echo $CXXFLAGS | sed "s/-O2/-O3/"`
build() {