Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2010 18:23:43 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213798 - head/bin/sh
Message-ID:  <201010131823.o9DINhwT096248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010131823.o9DINhwT096248>