RS needs a bit more memory
This commit is contained in:
parent
ef2867de41
commit
4f08002c2c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ $(UTIL): $(UTIL_OBJ)
|
|||
$(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS)
|
||||
$(SERVER): $(OBJ)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
|
||||
install -S 120k $@
|
||||
install -S 200k $@
|
||||
|
||||
# install with other servers
|
||||
install: /bin/$(UTIL) /usr/sbin/$(SERVER)
|
||||
|
|
Loading…
Reference in a new issue