mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #174 from hatarist/patch-1
Fixed build_osx.md (added THREADS)
This commit is contained in:
commit
9f4172707e
@ -57,6 +57,12 @@ export CXX=g++-6
|
||||
export DISABLE_MONGODB=1
|
||||
```
|
||||
|
||||
## Detect number of threads
|
||||
|
||||
```
|
||||
export THREADS=$(sysctl -n hw.ncpu)
|
||||
```
|
||||
|
||||
# Build ClickHouse
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user