Revert "logging: Display backtrace on crash"

This commit is contained in:
Morph 2021-08-27 04:01:22 -04:00 committed by GitHub
parent d10d480642
commit 790a09bc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 114 deletions

View file

@ -176,6 +176,3 @@ if (MSVC)
else()
target_link_libraries(common PRIVATE zstd)
endif()
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND CMAKE_CXX_COMPILER_ID STREQUAL GNU)
target_link_libraries(common PRIVATE backtrace)
endif()