ladspa-sdk (1.13-1) 03_m68k_workaround.diff

Summary

 src/makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

02_m68k_workaround by Junichi Uekawa <dancer@debian.org>
m68k gcc ICE's with -O3, reduce to -O2. 
closes: #328285
Index: ladspa-sdk/src/makefile
===================================================================
--- ladspa-sdk.orig/src/makefile	2009-06-14 13:48:36.000000000 +1000
+++ ladspa-sdk/src/makefile	2009-06-14 13:49:13.000000000 +1000
@@ -15,7 +15,7 @@
 
 INCLUDES	=	-I.
 LIBRARIES	=	-ldl -lm
-CFLAGS		=	$(INCLUDES) -Wall -Werror -O3 -fPIC
+CFLAGS		=	$(INCLUDES) -Wall -Werror -O2 -fPIC
 CXXFLAGS	=	$(CFLAGS)
 PLUGINS		=	../plugins/amp.so				\
 			../plugins/delay.so				\