Revision 6c5a4d646a056126057fa25faf1d54adbd4f3c85 authored by Dhruba Borthakur on 15 November 2012, 05:39:52 UTC, committed by Dhruba Borthakur on 15 November 2012, 05:39:52 UTC
2 parent s 43d9a82 + e988c11
Raw File
README.fb
* How to compile using fbcode and jemalloc
  source fbcode.sh
  make 

* Compiling for CPUs with SSE4 support

  make OPT='-O2 -DNDEBUG -msse -msse4.2'
  
  This makes CRC computation much faster, but
  binaries won't run on CPUs that don't support it.

* Latest release is 1.5.5.fb
back to top