SWDEV-249924 : hip correlation id explicite propogation; tracer debug instrumentation;
Change-Id: Ibbc411541f5610ce739f3fc1efa1ab7f605220f5 initial commmit Change-Id: I34b360be62c2083819dc5c3acc8268bd69f2f58a
This commit is contained in:
committed by
Evgeny Shcherbakov
parent
7b6c94e9e9
commit
ef61a39603
@@ -61,8 +61,11 @@ if ( "$ENV{CXX}" STREQUAL "/usr/bin/clang++" )
|
||||
endif()
|
||||
|
||||
## Enable debug trace
|
||||
if ( DEFINED CMAKE_DEBUG_TRACE )
|
||||
add_definitions ( -DDEBUG_TRACE_ON=1 )
|
||||
endif()
|
||||
if ( DEFINED ENV{CMAKE_DEBUG_TRACE} )
|
||||
add_definitions ( -DDEBUG_TRACE=1 )
|
||||
add_definitions ( -DDEBUG_TRACE_ON=1 )
|
||||
endif()
|
||||
|
||||
if ( NOT DEFINED LIBRARY_TYPE )
|
||||
|
||||
Reference in New Issue
Block a user