Extend SmallerC sizes to be able to compile curses examples.

This commit is contained in:
Serge Vakulenko
2015-09-14 11:48:16 -07:00
parent 3dda877dfb
commit 51e46b333b
4 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ include $(TOPSRC)/target.mk
CFLAGS = -Os -Wall -DMIPS -DNO_ANNOTATIONS -DNO_PREPROCESSOR \
-DNO_PPACK -D_RETROBSD -D__SMALLER_C_SCHAR__ \
-D__SMALLER_C__ -D__SMALLER_C_32__ -DSTATIC \
-DNO_EXTRA_WARNS -DSYNTAX_STACK_MAX=2530
-DNO_EXTRA_WARNS -DSYNTAX_STACK_MAX=3200
# For cross compile
#include $(TOPSRC)/cross.mk