Date: Saturday, August 27, 2022 @ 17:28:03 Author: arojas Revision: 454650
upgpkg: taglib 1.12-2: Build with NDEBUG (FS#75683) Modified: taglib/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 17:04:13 UTC (rev 454649) +++ PKGBUILD 2022-08-27 17:28:03 UTC (rev 454650) @@ -6,7 +6,7 @@ pkgname=taglib pkgver=1.12 -pkgrel=1 +pkgrel=2 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats" arch=(x86_64) url="https://taglib.github.io/" @@ -19,7 +19,8 @@ build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=ON + -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_CXX_FLAGS="$CXXFLAGS -DNDEBUG" cmake --build build }