[PATCH] hda-emu: Run without optimizations

David Henningsson david.henningsson at canonical.com
Mon Apr 4 08:18:24 CEST 2011


hda-emu does not need the extra performance, better have all more
reliable debugging.

Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index c964761..a8c3308 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ WFLAGS="-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
 WFLAGS="$WFLAGS -Wdeclaration-after-statement"
 WFLAGS="$WFLAGS -Wno-pointer-sign"
 WFLAGS="$WFLAGS -fwrapv"
-OPTFLAGS="-O2 -g"
+OPTFLAGS="-O0 -g"
 CFLAGS="$CFLAGS $OPTFLAGS $WFLAGS"
 
 AC_ARG_ENABLE(old-workq,
-- 
1.7.4.1


--------------020500080700030001070405--


More information about the Alsa-devel mailing list