diff options
author | François Andriot <[email protected]> | 2021-02-07 14:26:57 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-02-07 14:26:57 +0100 |
commit | 7873ae5101c40aa1bc6034a989e49e5f39d739f5 (patch) | |
tree | 3e57c0725599965824943919c9462e9c3d157e2b /redhat/applications/gtk-qt-engine | |
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/gtk-qt-engine')
-rw-r--r-- | redhat/applications/gtk-qt-engine/gtk-qt-engine.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/applications/gtk-qt-engine/gtk-qt-engine.spec b/redhat/applications/gtk-qt-engine/gtk-qt-engine.spec index 70cfe4004..64d3d96a2 100644 --- a/redhat/applications/gtk-qt-engine/gtk-qt-engine.spec +++ b/redhat/applications/gtk-qt-engine/gtk-qt-engine.spec @@ -133,8 +133,8 @@ fi # Warning: GCC visibility causes the KCM not to work at all ! %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 \ |