peichao

Results 2 comments of peichao

because you can not only build /native/examples with Debug mode, also need with whole src to generate a debug seal library

> I write the following contents in CMakeList.txt, and can debug the seal. SET(CMAKE_BUILD_TYPE "Debug") SET(CMAKE_CXX_FLAGS_DEBUG "$ENV{CXXFLAGS} -O0 -Wall -g2 -ggdb") SET(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -O3 -Wall") You can try it.