summaryrefslogtreecommitdiff
blob: bb20fa65e7b09deb9ff9e2a96c50edc9ff839b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)