README.fb 283 字节
Newer Older
1 2 3
* How to compile using fbcode and jemalloc
  source fbcode.sh
  make 
A
Arun Sharma 已提交
4 5 6

* Compiling for CPUs with SSE4 support

7
  make OPT='-O2 -DNDEBUG -msse -msse4.2'
A
Arun Sharma 已提交
8 9 10
  
  This makes CRC computation much faster, but
  binaries won't run on CPUs that don't support it.
D
Dhruba Borthakur 已提交
11

D
Dhruba Borthakur 已提交
12
* Latest release is 1.5.3.fb