Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2010 07:54:44 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r214104 - stable/8/bin/sh
Message-ID:  <201010200754.o9K7si1j042074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Wed Oct 20 07:54:43 2010
New Revision: 214104
URL: http://svn.freebsd.org/changeset/base/214104

Log:
  MFC:
    r213774: DEBUG_FLAGS should be used to enable extra debugging rather than
             frobbing CFLAGS directly.
    r213798: do not inline static functions if debugging

Modified:
  stable/8/bin/sh/Makefile
Directory Properties:
  stable/8/bin/sh/   (props changed)

Modified: stable/8/bin/sh/Makefile
==============================================================================
--- stable/8/bin/sh/Makefile	Wed Oct 20 07:54:27 2010	(r214103)
+++ stable/8/bin/sh/Makefile	Wed Oct 20 07:54:43 2010	(r214104)
@@ -21,7 +21,7 @@ LDADD= -ll -ledit -ltermcap
 LFLAGS= -8	# 8-bit lex scanner for arithmetic
 CFLAGS+=-DSHELL -I. -I${.CURDIR}
 # for debug:
-# CFLAGS+= -g -DDEBUG=2
+# DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline
 WARNS?=	2
 WFORMAT=0
 



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