From f10d20060e97f2efd59723d6fd5ef420d03e0651 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 13 Oct 2010 18:23:43 +0000 Subject: [PATCH] If one wishes to set breakpoints of static the functions here, they cannot be inlined. Submitted by: jhb --- bin/sh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 7be7b989cbd9..f679935081e6 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -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