Skip to content

Commit

Permalink
freebsd can use malloc hook now
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Jun 18, 2014
1 parent 44bef99 commit 942c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ macosx : EXPORT :=
macosx linux : SKYNET_LIBS += -ldl
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 : SKYNET_DEFINES :=-DNOUSE_JEMALLOC
Expand Down

0 comments on commit 942c2d3

Please sign in to comment.