From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] tools/Rules.mk: Don't optimize debug builds; add macro debugging information Date: Mon, 12 Jan 2015 16:42:29 +0000 Message-ID: <1421080949.28776.6.camel@citrix.com> References: <1417435968.29138.19.camel@citrix.com> <1417443665-30809-1-git-send-email-euan.harris@citrix.com> <1420737364.19787.121.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1420737364.19787.121.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Euan Harris Cc: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-08 at 17:16 +0000, Ian Campbell wrote: > > +ifeq ($(debug),y) > > +# Disable optimizations and debugging information for macros > ^enable > > ... or else it looks like you are saying it should be turning of macro > debug info too. This is something which can be done on commit. > > Acked-by: Ian Campbell Applied, inserting "enable" as described.