mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
373b91c50d
`unw_init_local_signal` is provided as: - `_ULx86_64_init_local_signal` in `libunwind` - `_Ux86_64_init_local_signal` in `libunwind-generic` `find_library (UNWIND_LIBRARY unwind)` looks for the first library; `#define UNW_LOCAL_ONLY` before `#include <libunwind.h>` is necessary to select this variant. |
||
---|---|---|
.. | ||
find_unwind.cmake |