[arch-commits] Commit in flac/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 22 18:07:34 UTC 2022


    Date: Tuesday, February 22, 2022 @ 18:07:34
  Author: arojas
Revision: 437967

Disable debug output (FS#73924)

Modified:
  flac/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 17:50:19 UTC (rev 437966)
+++ PKGBUILD	2022-02-22 18:07:34 UTC (rev 437967)
@@ -4,7 +4,7 @@
 pkgbase=flac
 pkgname=('flac' 'flac-doc')
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Free Lossless Audio Codec'
 url='https://xiph.org/flac/'
 arch=('x86_64')
@@ -24,7 +24,8 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_MANDIR=/usr/share/man/man1 \
     -DBUILD_SHARED_LIBS=ON \
-    -DWITH_STACK_PROTECTOR=OFF
+    -DWITH_STACK_PROTECTOR=OFF \
+    -DNDEBUG=ON
   cmake --build build
 }
 



More information about the arch-commits mailing list