2012-05-14 18:17:06 -07:00
|
|
|
* How to compile using fbcode and jemalloc
|
|
|
|
source fbcode.sh
|
|
|
|
make
|
2012-05-04 01:10:17 +00:00
|
|
|
|
|
|
|
* Compiling for CPUs with SSE4 support
|
|
|
|
|
2012-06-19 01:47:15 -07:00
|
|
|
make OPT='-O2 -DNDEBUG -D__SSE4_2__'
|
2012-05-04 01:10:17 +00:00
|
|
|
|
|
|
|
This makes CRC computation much faster, but
|
|
|
|
binaries won't run on CPUs that don't support it.
|
2012-06-19 01:47:15 -07:00
|
|
|
|
2012-09-25 08:30:46 -07:00
|
|
|
* Latest release is 1.5.3.fb
|