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-10-17 11:59:44 -07:00
|
|
|
make OPT='-O2 -DNDEBUG -msse -msse4.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-11-13 16:28:11 -08:00
|
|
|
* Latest release is 1.5.5.fb
|