Mention how the build can be speed up by disabling self-extraction

This commit is contained in:
Robert Schulze 2022-08-08 13:01:32 +00:00
parent 0921548a37
commit 5a434577f6
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -285,4 +285,9 @@ If you are not interested in functionality provided by third-party libraries, yo
-DENABLE_LIBRARIES=0 -DENABLE_EMBEDDED_COMPILER=0
```
Compressing the binary at the end of the build may take a while, disable the self-extraction feature via
```
-DENABLE_CLICKHOUSE_SELF_EXTRACTING=0
```
In case of problems with any of the development options, you are on your own!