From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmvZH-0004Yr-J3 for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:48:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmvZB-0004Pa-CY for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:48:45 -0400 Received: from [199.232.76.173] (port=56194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmvZB-0004PH-48 for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:48:41 -0400 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:48420) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmvZA-00061A-Ot for qemu-devel@nongnu.org; Thu, 26 Mar 2009 15:48:40 -0400 Date: Thu, 26 Mar 2009 15:48:39 -0400 Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile Message-ID: <20090326194839.GI3795@csclub.uwaterloo.ca> References: <49CBCE91.1030307@redhat.com> <20090326.130258.-1749707056.imp@bsdimp.com> <20090326190810.GH3795@csclub.uwaterloo.ca> <20090326.133039.-1185935861.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090326.133039.-1185935861.imp@bsdimp.com> From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) 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 Cc: markmc@redhat.com, riku.voipio@iki.fi, avi@redhat.com 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. -- Len Sorensen