OSDN Git Service

libs: do not compile process list helper for debugging
authorIvailo Monev <xakepa10@gmail.com>
Tue, 20 Jul 2021 23:57:55 +0000 (02:57 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 20 Jul 2021 23:57:55 +0000 (02:57 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
libs/ksysguard/processcore/CMakeLists.txt

index 6f6bc46..f97c667 100644 (file)
@@ -46,6 +46,3 @@ endif()
 install(TARGETS ksysguardprocesslist_helper DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR})
 
 kde4_install_auth_helper_files(ksysguardprocesslist_helper org.kde.ksysguard.processlisthelper root)
-
-set_target_properties(ksysguardprocesslist_helper PROPERTIES COMPILE_FLAGS "-Wall -ggdb")
-