Skip to content

Commit

Permalink
enable unwind (pingcap#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxin9014 authored and ti-chi-bot committed Aug 11, 2021
1 parent 7415f09 commit 429393c
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 429393c

Please sign in to comment.