mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
Merge pull request #8025 from excitoon/patch-2
Added `-D LINKER_NAME=lld` to instruction to sanitizers.
This commit is contained in:
commit
79215bd029
@ -6,7 +6,7 @@ Note: We use Address Sanitizer to run functional tests for every commit automati
|
|||||||
mkdir build_asan && cd build_asan
|
mkdir build_asan && cd build_asan
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: using clang instead of gcc is strongly recommended.
|
Note: using clang instead of gcc is strongly recommended. Make sure you have installed required packages (`clang`, `lld`). It may be required to specify non-standard `lld` binary using `LINKER_NAME` option (e.g. `-D LINKER_NAME=lld-8`).
|
||||||
|
|
||||||
```
|
```
|
||||||
CC=clang CXX=clang++ cmake -D SANITIZE=address ..
|
CC=clang CXX=clang++ cmake -D SANITIZE=address ..
|
||||||
|
Loading…
Reference in New Issue
Block a user