ClickHouse/docs/en/development
Azat Khuzhin a10aa9ad50 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-07-08 20:55:50 +02:00
..
images
_category_.yml
adding_test_queries.md
architecture.md Fix missing backticks for inline code in architecture.md 2023-05-06 02:17:19 +01:00
build-cross-arm.md
build-cross-osx.md Update instructions for building under OSX to clang-16 2023-05-09 20:28:38 +02:00
build-cross-riscv.md Force libunwind usage (removes gcc_eh support) 2023-07-08 20:55:50 +02:00
build-cross-s390x.md Apply correct Markdown syntax 2023-04-21 06:44:23 -07:00
build-osx.md Update docs 2023-04-11 18:31:00 +00:00
build.md Revert "Add documentation for building in docker" 2023-07-04 14:07:10 +03:00
building_and_benchmarking_deflate_qpl.md Update QPL docs 2023-05-13 13:26:47 +00:00
continuous-integration.md
contrib.md
developer-instruction.md Merge remote-tracking branch 'u/master' into build/llvm-16 2023-05-08 22:33:52 +02:00
integrating_rust_libraries.md
style.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
tests.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00