From 89beec2f74d9c4416f7d2329e5f98fe7a0f5548f Mon Sep 17 00:00:00 2001 From: George Sedov <george.sedov@desy.de> Date: Fri, 9 Jun 2023 18:42:53 +0200 Subject: [PATCH] disable debug symbols --- receiver/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/receiver/CMakeLists.txt b/receiver/CMakeLists.txt index 4f27a3e77..d24060928 100644 --- a/receiver/CMakeLists.txt +++ b/receiver/CMakeLists.txt @@ -61,9 +61,9 @@ set(MONITORING_FILES src/monitoring/receiver_monitoring_client_noop.cpp ) -if (CMAKE_BUILD_TYPE STREQUAL "Release") - set(CMAKE_BUILD_TYPE RelWithDebInfo) -endif() +#if (CMAKE_BUILD_TYPE STREQUAL "Release") +# set(CMAKE_BUILD_TYPE RelWithDebInfo) +#endif() if (ENABLE_NEW_RECEIVER_MONITORING) add_definitions(-DNEW_RECEIVER_MONITORING_ENABLED) -- GitLab