Skip to content
Snippets Groups Projects
Commit 27a95e0a authored by George Sedov's avatar George Sedov
Browse files

preserve debug symbols for release receiver

parent 4b6745e5
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,10 @@ set(MONITORING_FILES
src/monitoring/receiver_monitoring_client_noop.cpp
)
if (CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_BUILD_TYPE RelWithDebInfo)
endif()
if (ENABLE_NEW_RECEIVER_MONITORING)
add_definitions(-DNEW_RECEIVER_MONITORING_ENABLED)
find_package(gRPC REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment