feat/support_fiber #2

Merged
tqcq merged 57 commits from feat/support_fiber into master 2024-06-21 10:33:52 +08:00
Showing only changes of commit c31e29bfca - Show all commits

View File

@ -45,7 +45,7 @@ option(WITH_PKGCONFIG "Enable pkg-config support" OFF)
option(WITH_SYMBOLIZE "Enable symbolize module" ON)
option(WITH_THREADS "Enable multithreading support" ON)
option(WITH_TLS "Enable Thread Local Storage (TLS) support" ON)
option(WITH_UNWIND "Enable libunwind support" OFF)
option(WITH_UNWIND "Enable libunwind support" ON)
cmake_dependent_option(WITH_GMOCK "Use Google Mock" ON WITH_GTEST OFF)