how to debug osquery without optimizing. I have ad...
# general
u
how to debug osquery without optimizing. I have add this two line in
CMakeLists.cpp
Copy code
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0")
but I still get this.