添加编译命令

This commit is contained in:
LingZhaoHui 2023-05-31 23:11:09 +08:00
parent 96eaf5fa89
commit 097943c209
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -1,2 +1,9 @@
# clickhouse-study
编译命令
```bash
cmake .. -DCMAKE_CXX_COMPILER=`which clang++` -DCMAKE_C_COMPILER=`which clang` -DCMAKE_BUILD_TYPE=Debug -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
```