summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-16 00:21:29 +0000
committerDaniel Bermond2020-06-16 00:21:29 +0000
commite040c81043b92e48e19618e4f912071742c55b15 (patch)
treea0e3d31bfc99132e6cb0f71f3ea03073b5af9500 /PKGBUILD
parent267138bbaf7875826c30d660894d13c410b2fd83 (diff)
downloadaur-e040c81043b92e48e19618e4f912071742c55b15.tar.gz
Disable code coverage (again, accidentally removed).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18165e1fe646..6d4e386e9634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libmysofa-git
pkgver=1.1.r2.g90f0089
-pkgrel=1
+pkgrel=2
pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format (git version)'
arch=('x86_64')
url='https://github.com/hoene/libmysofa/'
@@ -23,6 +23,7 @@ build() {
cmake -B libmysofa/build -S libmysofa \
-DCMAKE_BUILD_TYPE:STRING='None' \
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+ -DCODE_COVERAGE:BOOL='OFF' \
-Wno-dev
make -C libmysofa/build all
}