using dlmalloc = good

This commit is contained in:
Enno Rehling 2008-12-21 08:08:57 +00:00
parent e3b7068bc9
commit 87c931ca18
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,11 @@ SERVER_SOURCES =
main.cpp
;
if $(MSPACES) {
SERVER_SOURCES += malloc.c ;
}
if $(BINDINGS) = LUABIND {
SERVER_SOURCES += bindings.cpp ;
libluabind $(SERVER) ;

1
src/combined/malloc.c Normal file
View File

@ -0,0 +1 @@
#include "util/dl/malloc.c"