rocksdb/README.fb
Dhruba Borthakur cd93e82845 Enable SSE when building with fbcode support.
Summary:
fbcode build now support SSE instructions.
Delete older version of the compile-helper fbcode.sh. This is
subsumed by fbcode.gcc471.sh.

Test Plan: run make check

Reviewers: heyongqiang, MarkCallaghan

Reviewed By: heyongqiang

Differential Revision: https://reviews.facebook.net/D6057
2012-10-18 08:43:25 -07:00

13 lines
283 B
Plaintext

* 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.3.fb