Revert "logging: Display backtrace on crash"
This commit is contained in:
parent
d10d480642
commit
790a09bc93
2 changed files with 1 additions and 114 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue