summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kbfx/kbfx.spec
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-02-07 14:30:29 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-02-07 14:30:29 +0100
commit6fd6cc2d282947ad8a1803e72b0e4714ae7d533d (patch)
tree077e6d0eafc1a9043cddcdf1a4dd7434f3277a66 /redhat/applications/kbfx/kbfx.spec
parentde57d9f325dd0966336b79729f52c432eef108b9 (diff)
downloadtde-packaging-6fd6cc2d282947ad8a1803e72b0e4714ae7d533d.tar.gz
tde-packaging-6fd6cc2d282947ad8a1803e72b0e4714ae7d533d.zip
RPM: remove NDEBUG option from cmake build
Diffstat (limited to 'redhat/applications/kbfx/kbfx.spec')
-rw-r--r--redhat/applications/kbfx/kbfx.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/applications/kbfx/kbfx.spec b/redhat/applications/kbfx/kbfx.spec
index b38c55ab2..2b660ea6b 100644
--- a/redhat/applications/kbfx/kbfx.spec
+++ b/redhat/applications/kbfx/kbfx.spec
@@ -143,8 +143,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 \