From owner-freebsd-current@FreeBSD.ORG Mon Jan 9 21:11:03 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id A785A1065670; Mon, 9 Jan 2012 21:11:03 +0000 (UTC) Date: Mon, 9 Jan 2012 21:11:03 +0000 From: Alexander Best To: freebsd-current@freebsd.org Message-ID: <20120109211103.GA28352@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: CXXFLAGS example in share/examples/etc/make.conf should to be updated 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: Mon, 09 Jan 2012 21:11:03 -0000 hi there, would it be possible to update the CXXFLAGS example in share/examples/etc/make.conf? looking at the gcc(1) man page, -fconserve-space seems to be a bad example. can somebody thing of a C++ specific option which makes more sense? or maybe something like -Weffc++? although idealy this should go into the (non-existing) CXXWARNSFLAGS. cheers. alex