diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-02-07 14:26:57 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-02-07 14:26:57 +0100 |
commit | 7873ae5101c40aa1bc6034a989e49e5f39d739f5 (patch) | |
tree | 3e57c0725599965824943919c9462e9c3d157e2b /redhat/applications/kbiff | |
parent | 2d5d8120003cbf8462666352cc83ffed322c9cc0 (diff) | |
download | tde-packaging-7873ae5101c40aa1bc6034a989e49e5f39d739f5.tar.gz tde-packaging-7873ae5101c40aa1bc6034a989e49e5f39d739f5.zip |
RPM: remove NDEBUG option from cmake build
Diffstat (limited to 'redhat/applications/kbiff')
-rw-r--r-- | redhat/applications/kbiff/kbiff.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/applications/kbiff/kbiff.spec b/redhat/applications/kbiff/kbiff.spec index c9d1d8cd6..4df376b6c 100644 --- a/redhat/applications/kbiff/kbiff.spec +++ b/redhat/applications/kbiff/kbiff.spec @@ -119,8 +119,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 \ |