mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
freebsd can use malloc hook now
This commit is contained in:
@@ -31,7 +31,7 @@ macosx : EXPORT :=
|
|||||||
macosx linux : SKYNET_LIBS += -ldl
|
macosx linux : SKYNET_LIBS += -ldl
|
||||||
linux freebsd : SKYNET_LIBS += -lrt
|
linux freebsd : SKYNET_LIBS += -lrt
|
||||||
|
|
||||||
# Turn off jemalloc and malloc hook on macosx and freebsd
|
# Turn off jemalloc and malloc hook on macosx
|
||||||
|
|
||||||
macosx : MALLOC_STATICLIB :=
|
macosx : MALLOC_STATICLIB :=
|
||||||
macosx : SKYNET_DEFINES :=-DNOUSE_JEMALLOC
|
macosx : SKYNET_DEFINES :=-DNOUSE_JEMALLOC
|
||||||
|
|||||||
Reference in New Issue
Block a user