forked from github/server
use less memory, use smart memory manager
This commit is contained in:
parent
87b28ddd9c
commit
182f248061
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ C++ = g++ ;
|
|||
CC = gcc ;
|
||||
LINK = gcc ;
|
||||
|
||||
MSPACES = 1 ;
|
||||
|
||||
if $(MSPACES) {
|
||||
CCFLAGS += -DMSPACES ;
|
||||
C++FLAGS += -DMSPACES ;
|
||||
|
|
Loading…
Reference in a new issue