From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmZyV-0000mN-Cf for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:45:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmZyQ-0000hb-Dd for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:45:22 -0400 Received: from [199.232.76.173] (port=55725 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmZyQ-0000hY-6r for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:45:18 -0400 Received: from yw-out-1718.google.com ([74.125.46.155]:49030) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmZyP-0002hr-S9 for qemu-devel@nongnu.org; Wed, 25 Mar 2009 16:45:18 -0400 Received: by yw-out-1718.google.com with SMTP id 9so150243ywk.82 for ; Wed, 25 Mar 2009 13:45:17 -0700 (PDT) Message-ID: <49CA97D8.5020009@codemonkey.ws> Date: Wed, 25 Mar 2009 15:45:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile References: <1238006714-27209-1-git-send-email-glommer@redhat.com> <20090325.142621.-805849625.imp@bsdimp.com> In-Reply-To: <20090325.142621.-805849625.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Cc: markmc@redhat.com M. Warner Losh wrote: > In message: > Johannes Schindelin writes: > : Hi, > : > : On Wed, 25 Mar 2009, Glauber Costa wrote: > : > : > install -s is pretty and cute, but makes the binary get into the build > : > directory without any debug information. > : > : Is it really the build directory? > > I wondered about the patch... > > : > This is bad, and makes glommer sad. Also, tools that attempt to extract > : > that data, like fedora debuginfo extractor, will fail. > : > : Is it not common standard to install stripped binaries? If it is not, > : where is it documented? > > It is standard. > Does anyone know what the various ports packages do? If everyone is modifying the Makefile to not strip by default (and they are stripping on install), then I think we ought to do the same. If you're installing from source, chances are you'd prefer the executable to have debug symbols. Regards, Anthony Liguori > Warner > > >