Skip to content

Commit

Permalink
enable unwind (#2655) (#2667)
Browse files Browse the repository at this point in the history
Co-authored-by: Meng Xin <[email protected]>
  • Loading branch information
ti-chi-bot and mengxin9014 authored Aug 11, 2021
1 parent f36f1c5 commit 819f16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ include (libs/libcommon/cmake/find_cctz.cmake)
if (ENABLE_MYSQL_STORAGE)
include (libs/libmysqlxx/cmake/find_mysqlclient.cmake)
endif()

option (ENABLE_UNWIND "Enable libunwind (better stacktraces)" ON)

include (libs/libdaemon/cmake/find_unwind.cmake)

include (cmake/print_flags.cmake)
Expand Down

0 comments on commit 819f16b

Please sign in to comment.