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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to