[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [buildbot patch 4/6] use --disable-debug-info
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [buildbot patch 4/6] use --disable-debug-info |
Date: |
Mon, 4 Feb 2013 12:43:01 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Feb 04, 2013 at 10:59:33AM +0100, Gerd Hoffmann wrote:
> On 02/04/13 10:26, Stefan Hajnoczi wrote:
> > On Fri, Feb 01, 2013 at 03:02:23PM +0100, Gerd Hoffmann wrote:
> >> Signed-off-by: Gerd Hoffmann <address@hidden>
> >> ---
> >> qemu-master.cfg | 6 ++++--
> >> 1 file changed, 4 insertions(+), 2 deletions(-)
> >
> > What is the rationale for these changes:
> >
> > --disable-debug-info to save buildslave disk space?
>
> Yes.
>
> > Remove CFLAGS=-O2?
>
> That was used to remove '-g' before we had --disable-debug-info, so it
> isn't needed any more.
>
> So there doesn't change much, except that the "make check" tests now are
> build without debug info too.
Thanks for explaining.
Stefan