From owner-freebsd-current@FreeBSD.ORG Thu Dec 22 17:35:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E58E4106564A for ; Thu, 22 Dec 2011 17:35:21 +0000 (UTC) (envelope-from rb@gid.co.uk) Received: from mx0.gid.co.uk (mx0.gid.co.uk [194.32.164.250]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE128FC13 for ; Thu, 22 Dec 2011 17:35:21 +0000 (UTC) Received: from rbpbp.gid.co.uk (80-46-130-69.static.dsl.as9105.com [80.46.130.69]) by mx0.gid.co.uk (8.14.2/8.14.2) with ESMTP id pBMHGTY1090640; Thu, 22 Dec 2011 17:16:29 GMT (envelope-from rb@gid.co.uk) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Bob Bishop In-Reply-To: Date: Thu, 22 Dec 2011 17:16:24 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <25DCE941-78F6-4211-8DE6-8AB134115197@gid.co.uk> References: To: Erik Cederstrand X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Current Subject: Re: GCC debug flags cleanup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 17:35:22 -0000 Hi, On 22 Dec 2011, at 11:52, Erik Cederstrand wrote: > I've created a patch that cleans up FreeBSD Makefiles that = unconditionally set the -g flag for GCC. [etc] Just a note of caution that I have had cases in the past where I = suspected that GCC was generating broken code without -g and good code = with. Makes debugging interesting :-) -- Bob Bishop rb@gid.co.uk