Merge pull request #174 from hatarist/patch-1

Fixed build_osx.md (added THREADS)
This commit is contained in:
alexey-milovidov 2016-11-10 11:08:39 +04:00 committed by GitHub
commit 9f4172707e

View File

@ -57,6 +57,12 @@ export CXX=g++-6
export DISABLE_MONGODB=1
```
## Detect number of threads
```
export THREADS=$(sysctl -n hw.ncpu)
```
# Build ClickHouse
```