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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213798

View File

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