The stacktrace generation is now a part of the maxbase library. The code is the same code that was previously defined in gateway.cc as a part of MaxScale.
4 lines
191 B
CMake
4 lines
191 B
CMake
add_library(maxbase STATIC eventcount.cc stopwatch.cc stacktrace.cc)
|
|
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
|
|
install(TARGETS maxbase DESTINATION lib)
|