ClickHouse/docs/en/development
Robert Schulze 34af1cb116
Throw option WEVERYTHING out
WEVERYTHING enables on Clang literally every warning. People on the
internet are divided if this is a good thing or not but ClickHouse
compiles with -Weverything + some exceptions for noisy warnings since at
least a year.

I tried to build with WEVERYTHING = OFF and the build was badly broken.
It seems nobody actually turns WEVERYTHING off. Actually, why would one
if the CI builds (configured with WEVERYTHING = ON) potentially generate
errors not generated in local development.

To simplify the build scripts and to remove the need to maintain two
sets of compiler warnings, I made WEVERYTHING the default and threw
WEVERYTHING = OFF out.
2022-05-17 15:52:53 +02:00
..
_category_.yml Force the workflow action 2022-04-19 17:07:14 -06:00
adding_test_queries.md Revised /en folder 2022-04-09 07:34:21 -06:00
architecture.md more info + fixes 2022-05-03 11:22:07 +02:00
browse-code.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-arm.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-osx.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-cross-riscv.md Revised /en folder 2022-04-09 07:34:21 -06:00
build-osx.md Removed funny objcopy/strip finding logic on Apple 2022-05-15 16:06:54 +02:00
build.md Update required CMake version in build.md 2022-04-25 12:48:54 +02:00
cmake-in-clickhouse.md Throw option WEVERYTHING out 2022-05-17 15:52:53 +02:00
continuous-integration.md Fixed broken links 2022-04-11 09:55:54 -06:00
contrib.md Revised /en folder 2022-04-09 07:34:21 -06:00
developer-instruction.md Revised /en folder 2022-04-09 07:34:21 -06:00
index.md Move symlinks to clickhouse-docs, restore development/index.md 2022-04-19 21:52:21 +02:00
integrating_rust_libraries.md [docs] title doesn't need a period + make it shorter (#36678) 2022-04-26 21:09:03 +03:00
style.md Recommend syntactic sugar for better readability in code style 2022-05-08 08:44:22 +02:00
tests.md Small update of testing guide 2022-05-11 14:38:16 +02:00