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