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 Merge pull request #45325 from ClickHouse/download-builds 2023-01-19 17:49:52 +01:00
_category_.yml Force the workflow action 2022-04-19 17:07:14 -06:00
adding_test_queries.md replace symlinks with includes 2022-08-28 11:58:59 -04:00
architecture.md Fix missing backticks for inline code in architecture.md 2023-05-06 02:17:19 +01:00
build-cross-arm.md replace symlinks with includes 2022-08-28 11:58:59 -04:00
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 Use LLVM 16 2023-03-18 23:45:57 +01:00
contrib.md Add s390x cross build instructions 2023-03-10 13:01:26 -05:00
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 Fix docs for corrosion 2022-09-28 22:24:26 +03:00
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