forked from github/server
using dlmalloc = good
This commit is contained in:
parent
e3b7068bc9
commit
87c931ca18
2 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,11 @@ SERVER_SOURCES =
|
||||||
main.cpp
|
main.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
|
if $(MSPACES) {
|
||||||
|
SERVER_SOURCES += malloc.c ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if $(BINDINGS) = LUABIND {
|
if $(BINDINGS) = LUABIND {
|
||||||
SERVER_SOURCES += bindings.cpp ;
|
SERVER_SOURCES += bindings.cpp ;
|
||||||
libluabind $(SERVER) ;
|
libluabind $(SERVER) ;
|
||||||
|
|
1
src/combined/malloc.c
Normal file
1
src/combined/malloc.c
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#include "util/dl/malloc.c"
|
Loading…
Reference in a new issue