From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lmvrw-0006KG-5P for qemu-devel@nongnu.org; Thu, 26 Mar 2009 16:08:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lmvrq-0006IU-Ev for qemu-devel@nongnu.org; Thu, 26 Mar 2009 16:08:02 -0400 Received: from [199.232.76.173] (port=35997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lmvrq-0006IG-8w for qemu-devel@nongnu.org; Thu, 26 Mar 2009 16:07:58 -0400 Received: from bsdimp.com ([199.45.160.85]:64304 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lmvrp-0008KM-IG for qemu-devel@nongnu.org; Thu, 26 Mar 2009 16:07:58 -0400 Date: Thu, 26 Mar 2009 14:07:32 -0600 (MDT) Message-Id: <20090326.140732.72462685.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile From: "M. Warner Losh" In-Reply-To: <20090326194839.GI3795@csclub.uwaterloo.ca> References: <20090326190810.GH3795@csclub.uwaterloo.ca> <20090326.133039.-1185935861.imp@bsdimp.com> <20090326194839.GI3795@csclub.uwaterloo.ca> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lsorense@csclub.uwaterloo.ca Cc: markmc@redhat.com, riku.voipio@iki.fi, avi@redhat.com In message: <20090326194839.GI3795@csclub.uwaterloo.ca> lsorense@csclub.uwaterloo.ca (Lennart Sorensen) writes: : On Thu, Mar 26, 2009 at 01:30:39PM -0600, M. Warner Losh wrote: : > It is also standard to strip before the packaging system gets : > involved... : : Well on debian (and the many derivatives) it is the package building : step that does the stripping if it isn't told not to, which makes it : easy to build a package with debug symbols if you need one, without : having to know how the actual make files for the code work. Having to : edit a makefile to enable debuging is annoying. The whole world isn't Linux. :) Warner