On Wed, Sep 7, 2011 at 3:59 AM, Brad <b...@comstyle.com> 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