diff --git a/receiver/CMakeLists.txt b/receiver/CMakeLists.txt
index 4f27a3e773769136461ed48b0f01239c4fccbc73..d240609287d9f6588af0199204b4db21d646816e 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)