Re: [Qemu-devel] [PATCH] build: allow turning off debuginfo

2012-02-24 Thread Anthony Liguori
On 02/24/2012 05:16 AM, Peter Maydell wrote: On 24 February 2012 10:39, Gerd Hoffmann wrote: On 02/08/12 13:54, Gerd Hoffmann wrote: This patch adds --{enable,disable}-debug-info switches to configure which allows to include/exclude the '-g' switch on the gcc& ld command lines. Not building

Re: [Qemu-devel] [PATCH] build: allow turning off debuginfo

2012-02-24 Thread Gerd Hoffmann
On 02/24/12 12:16, Peter Maydell wrote: > On 24 February 2012 10:39, Gerd Hoffmann wrote: >> On 02/08/12 13:54, Gerd Hoffmann wrote: >>> This patch adds --{enable,disable}-debug-info switches to configure >>> which allows to include/exclude the '-g' switch on the gcc & ld >>> command lines. Not b

Re: [Qemu-devel] [PATCH] build: allow turning off debuginfo

2012-02-24 Thread Peter Maydell
On 24 February 2012 10:39, Gerd Hoffmann wrote: > On 02/08/12 13:54, Gerd Hoffmann wrote: >> This patch adds --{enable,disable}-debug-info switches to configure >> which allows to include/exclude the '-g' switch on the gcc & ld >> command lines.  Not building debug info reduces ressource usage >>

Re: [Qemu-devel] [PATCH] build: allow turning off debuginfo

2012-02-24 Thread Gerd Hoffmann
On 02/08/12 13:54, Gerd Hoffmann wrote: > This patch adds --{enable,disable}-debug-info switches to configure > which allows to include/exclude the '-g' switch on the gcc & ld > command lines. Not building debug info reduces ressource usage > (especially disk) alot and is quite useful for test bui

[Qemu-devel] [PATCH] build: allow turning off debuginfo

2012-02-08 Thread Gerd Hoffmann
This patch adds --{enable,disable}-debug-info switches to configure which allows to include/exclude the '-g' switch on the gcc & ld command lines. Not building debug info reduces ressource usage (especially disk) alot and is quite useful for test builds. Signed-off-by: Gerd Hoffmann --- configu