Commit 9d2111e4 authored by Sebastian Woelke's avatar Sebastian Woelke

for testing

parent f91da82e
...@@ -297,7 +297,7 @@ if(NOT CAF_NO_TCMALLOC) ...@@ -297,7 +297,7 @@ if(NOT CAF_NO_TCMALLOC)
set(LD_FLAGS ${LD_FLAGS} ${Tcmalloc_LIBRARIES}) set(LD_FLAGS ${LD_FLAGS} ${Tcmalloc_LIBRARIES})
# load gperf cpuprofiler if configured # load gperf cpuprofiler if configured
if(CAF_GPERF_CPUPROFILER) if(CAF_GPERF_CPUPROFILER)
set(LD_FLAGS "${LD_FLAGS} -lprofiler") set(EXTRA_FLAGS "${EXTRA_FLAGS} -lprofiler")
endif() endif()
else() else()
set(CAF_NO_TCMALLOC yes) set(CAF_NO_TCMALLOC yes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment