[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Add options to disable build with debug symbols
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH] Add options to disable build with debug symbols and override optimization flags. |
Date: |
Wed, 7 Sep 2011 08:09:11 +0100 |
On Wed, Sep 7, 2011 at 3:59 AM, Brad <address@hidden> wrote:
> Add --disable-debug-symbols to disable building with debug
> symbols and --optflags to override the optimization flags
> passed to the compiler.
>
> ---
> configure | 18 +++++++++++++++---
> 1 files changed, 15 insertions(+), 3 deletions(-)
QEMU builds with debug symbols. But during make install the binary is
stripped unless you specify --disable-strip. What is the need for
--disable-debug-symbols?
Stefan