* [PATCH] hda-emu: Run without optimizations
@ 2011-04-04 6:47 David Henningsson
2011-04-04 9:08 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: David Henningsson @ 2011-04-04 6:47 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
Hi,
This one has been lying in my local tree for a while. Feel free to apply
if you think it makes sense.
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
[-- Attachment #2: 0001-hda-emu-Run-without-optimizations.patch --]
[-- Type: text/x-patch, Size: 886 bytes --]
>From dc0cfae4d2d81a8cdc9eed93be9dee90f5e724ed Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Mon, 4 Apr 2011 08:18:24 +0200
Subject: [PATCH] hda-emu: Run without optimizations
hda-emu does not need the extra performance, better have all more
reliable debugging.
Signed-off-by: David Henningsson <david.henningsson@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
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hda-emu: Run without optimizations
2011-04-04 6:47 [PATCH] hda-emu: Run without optimizations David Henningsson
@ 2011-04-04 9:08 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-04-04 9:08 UTC (permalink / raw)
To: David Henningsson; +Cc: alsa-devel
At Mon, 04 Apr 2011 08:47:41 +0200,
David Henningsson wrote:
>
> Hi,
>
> This one has been lying in my local tree for a while. Feel free to apply
> if you think it makes sense.
Yes, it makes sense, indeed.
Applied now. Thanks.
Takashi
>
> --
> David Henningsson, Canonical Ltd.
> http://launchpad.net/~diwic
> [2 0001-hda-emu-Run-without-optimizations.patch <text/x-patch (7bit)>]
> >From dc0cfae4d2d81a8cdc9eed93be9dee90f5e724ed Mon Sep 17 00:00:00 2001
> From: David Henningsson <david.henningsson@canonical.com>
> Date: Mon, 4 Apr 2011 08:18:24 +0200
> Subject: [PATCH] hda-emu: Run without optimizations
>
> hda-emu does not need the extra performance, better have all more
> reliable debugging.
>
> Signed-off-by: David Henningsson <david.henningsson@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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-04 9:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 6:47 [PATCH] hda-emu: Run without optimizations David Henningsson
2011-04-04 9:08 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).