From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 28/28] Separate runtime debug output from debug symbols Date: Fri, 26 Sep 2014 10:54:59 +0200 Message-ID: <20140926085459.GA29007@aepfle.de> References: <1411658423-18877-1-git-send-email-olaf@aepfle.de> <1411658423-18877-29-git-send-email-olaf@aepfle.de> <5424587E02000078000391F1@mail.emea.novell.com> <20140926081735.GA26733@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20140926081735.GA26733@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Samuel Thibault , Keir Fraser , David Scott List-Id: xen-devel@lists.xenproject.org On Fri, Sep 26, Olaf Hering wrote: > So for xen builds the patch will not change much except that it > separates runtime debug from debug symbols. For the tools+stubdom side I > suggest to have to knobs: --enable-debug for runtime debug like it is > done today, and a new --enable-debug-info or --enable-debug_symbols > which controls just the "-g" flag. But I wonder how all that is supposed to work anyway for tools and xen? If I do "configure --disable-debug --disable-debug-info && make rpmball" xen still is built with debug=y. And to change that I have to use 'make rpmball debug=n' which affects also tools build. Olaf