summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2022-05-15 21:24:17 +0200
committerMichael Straube2022-05-15 21:24:17 +0200
commit6e34b27aa48120e74fcb062e74ed848a65d6f12f (patch)
tree5afdb7a156fb0ff76eba0609978fb2b2870bbbe1 /PKGBUILD
parentddd8381cea710242b290425cacb60d208f271fb8 (diff)
downloadaur-chipmachine.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e8901bc5f98..48e05f535f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=chipmachine
pkgver=1.4b3
-pkgrel=7
+pkgrel=8
pkgdesc='Demoscene/Retro Music Player'
arch=('x86_64')
url='https://github.com/sasq64/chipmachine'
@@ -25,8 +25,7 @@ prepare() {
}
build() {
- # Workaround for gcc10 linking errors
- export CFLAGS+=" -fcommon"
+ export CFLAGS+=" -fcommon -fno-lto -Wno-error=format-security"
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=None \