--- asterisk-addons-1.2.2/format_mp3/Makefile.orig	2006-03-07 14:30:18.000000000 +0100
+++ asterisk-addons-1.2.2/format_mp3/Makefile	2006-03-07 14:31:03.000000000 +0100
@@ -55,7 +55,7 @@
 endif
 
 #Tell gcc to optimize the asterisk's code
-OPTIMIZE+=-O6
+OPTIMIZE?=-O2
 
 CFLAGS+=$(OPTIMIZE)
 CFLAGS+= $(OPTIONS)