forked from github/server
using dlmalloc = good
This commit is contained in:
parent
e3b7068bc9
commit
87c931ca18
|
@ -33,6 +33,11 @@ SERVER_SOURCES =
|
|||
main.cpp
|
||||
;
|
||||
|
||||
if $(MSPACES) {
|
||||
SERVER_SOURCES += malloc.c ;
|
||||
}
|
||||
|
||||
|
||||
if $(BINDINGS) = LUABIND {
|
||||
SERVER_SOURCES += bindings.cpp ;
|
||||
libluabind $(SERVER) ;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include "util/dl/malloc.c"
|
Loading…
Reference in New Issue