This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-12 18:45:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24.3
ClickHouse
/
cmake
/
unwind.cmake
2 lines
42 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
Force libunwind usage (removes gcc_eh support) libunwind is reentrant and signal safe, and works faster then then gcc_eh (plus it has some custom patches for problems that have been found during it's usage in ClickHouse). gcc_eh may be missing in the system (if gcc was not installed), and even if it exists clickhouse uses -nodefaultlibs, so some care should be made to make it work. Also this library is tiny and there shouln't be any problem to require it always (there is already tendency to require some contrib libraries, i.e. poco). Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-03 08:09:11 +00:00
add_subdirectory
(
contrib/libunwind-cmake
)
Reference in New Issue
Copy Permalink