svn commit: r213798 - head/bin/sh
David E. O'Brien
obrien at FreeBSD.org
Wed Oct 13 18:23:43 UTC 2010
Author: obrien
Date: Wed Oct 13 18:23:43 2010
New Revision: 213798
URL: http://svn.freebsd.org/changeset/base/213798
Log:
If one wishes to set breakpoints of static the functions here, they
cannot be inlined.
Submitted by: jhb
Modified:
head/bin/sh/Makefile
Modified: head/bin/sh/Makefile
==============================================================================
--- head/bin/sh/Makefile Wed Oct 13 17:55:53 2010 (r213797)
+++ head/bin/sh/Makefile Wed Oct 13 18:23:43 2010 (r213798)
@@ -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
More information about the svn-src-all
mailing list