Updated Style [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2018-01-10 21:35:04 +03:00
parent febac4d430
commit b59e97175d
2 changed files with 4 additions and 4 deletions

View File

@ -691,7 +691,7 @@ This is not recommended, but it is allowed.
The CPU instruction set is the minimum supported set among our servers. Currently, it is SSE 4.2.
6. Use `-Wall -Werror` compilation flags.
6. Use `-Wall -Wextra -Werror` compilation flags.
7. Use static linking with all libraries except those that are difficult to connect to statically (see the output of the 'ldd' command).

View File

@ -626,7 +626,7 @@
Набор инструкций - минимальный поддерживаемый среди наших серверов. Сейчас это - SSE4.2.
6. Используются флаги компиляции `-Wall -Werror`.
6. Используются флаги компиляции `-Wall -Wextra -Werror`.
7. Используется статическая линковка со всеми библиотеками кроме тех, которые трудно подключить статически (см. вывод команды ldd).