detect JEMALLOC_OVERRIDE_MEMALIGN

This commit is contained in:
Cloud Wu
2014-04-18 18:02:53 +08:00
parent 072b603c1c
commit ae0ceedfc2
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
Install autoconf first for jemalloc
```
git clone git@github.com:cloudwu/skynet.git
git submodule update --init
cd skynet
make 'PLATFORM' # PLATFORM can be linux, macosx, freebsd now
```