If one wishes to set breakpoints of static the functions here, they

cannot be inlined.

Submitted by:	jhb
This commit is contained in:
David E. O'Brien 2010-10-13 18:23:43 +00:00
parent 235610273e
commit f10d20060e

View File

@ -21,7 +21,7 @@ LDADD= -ll -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR} CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug: # for debug:
# DEBUG_FLAGS+= -g -DDEBUG=3 # DEBUG_FLAGS+= -g -DDEBUG=3 -fno-inline
WARNS?= 2 WARNS?= 2
WFORMAT=0 WFORMAT=0