From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX6iK-0000uk-9U for qemu-devel@nongnu.org; Thu, 25 Sep 2014 06:55:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX6iJ-0006A0-2B for qemu-devel@nongnu.org; Thu, 25 Sep 2014 06:55:56 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]:60693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX6iI-00069A-Oh for qemu-devel@nongnu.org; Thu, 25 Sep 2014 06:55:54 -0400 Date: Thu, 25 Sep 2014 12:55:36 +0200 From: Olaf Hering Message-ID: <20140925105536.GA14852@aepfle.de> References: <1411632395-10516-1-git-send-email-olaf@aepfle.de> <20140925104954.GE19882@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20140925104954.GE19882@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH] build: preserve debug symbols with --enable-debug-info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Stefan Weil , Michael Tokarev , qemu-devel@nongnu.org, Cole Robinson , Paolo Bonzini On Thu, Sep 25, Stefan Hajnoczi wrote: > If you make this change and packagers are unaware, they could > accidentally ship qemu packages that contain the full debug symbols in > the binaries. rpm will take care of that all by itself. Olaf