Skip to content

Commit

Permalink
Switch to unwind by default
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 26, 2020
1 parent 65fc9f2 commit 1f4894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ set(WITH_STACKTRACE no
CACHE BOOL "Build with stacktrace support (requires binutils-dev)")
if (WITH_STACKTRACE)
if (NOT (WITH_EXECINFO OR WITH_UNWIND))
set(WITH_EXECINFO yes)
set(WITH_UNWIND yes)
endif ()
find_package(BFD REQUIRED)
find_package(LINKH REQUIRED)
Expand Down

0 comments on commit 1f4894d

Please sign in to comment.