mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
Not use jemalloc on macosx, See Issue #99
This commit is contained in:
@@ -31,4 +31,7 @@ freebsd : PLAT = freebsd
|
||||
macosx linux : LIBS += -ldl
|
||||
macosx : SHARED := -fPIC -dynamiclib -Wl,-undefined,dynamic_lookup
|
||||
macosx : EXPORT :=
|
||||
macosx : MALLOC_STATICLIB :=
|
||||
macosx : SKYNET_DEFINES :=-DNOUSE_JEMALLOC
|
||||
linux freebsd : LIBS += -lrt
|
||||
linux freebsd : MALLOC_STATICLIB = $(JEMALLOC_STATICLIB)
|
||||
|
||||
Reference in New Issue
Block a user