From 6fd6cc2d282947ad8a1803e72b0e4714ae7d533d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= <albator78@libertysurf.fr>
Date: Sun, 7 Feb 2021 14:30:29 +0100
Subject: RPM: remove NDEBUG option from cmake build

---
 redhat/applications/kbarcode/kbarcode.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'redhat/applications/kbarcode/kbarcode.spec')

diff --git a/redhat/applications/kbarcode/kbarcode.spec b/redhat/applications/kbarcode/kbarcode.spec
index 423d99ebe..4fea52fc7 100644
--- a/redhat/applications/kbarcode/kbarcode.spec
+++ b/redhat/applications/kbarcode/kbarcode.spec
@@ -170,8 +170,8 @@ fi
 
 %cmake \
   -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-  -DCMAKE_C_FLAGS="${RPM_OPT_FLAGS} -DNDEBUG" \
-  -DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS} -DNDEBUG" \
+  -DCMAKE_C_FLAGS="${RPM_OPT_FLAGS}" \
+  -DCMAKE_CXX_FLAGS="${RPM_OPT_FLAGS}" \
   -DCMAKE_SKIP_RPATH=OFF \
   -DCMAKE_INSTALL_RPATH="%{tde_libdir}" \
   -DCMAKE_VERBOSE_MAKEFILE=ON \
-- 
cgit v1.2.1