summaryrefslogtreecommitdiffstats
path: root/contrib/libogg/P00-darwin-O4.patch
blob: 3b218d2b26d1b7c8f2264af80316b4250ec4922d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libogg-1.3.0.orig/configure.in	2011-08-04 10:11:08.000000000 -0700
+++ libogg-1.3.0/configure.in	2011-10-19 14:31:35.370790124 -0700
@@ -56,8 +56,8 @@
 		;;
 	*-*-darwin*)
 		DEBUG="-fno-common -g -Wall -fsigned-char"
-		CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math"
-		PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math"
+		CFLAGS="-fno-common -O3 -Wall -fsigned-char -ffast-math"
+		PROFILE="-fno-common -O3 -Wall -pg -g -fsigned-char -ffast-math"
 		;;
         *)
                 DEBUG="-g -Wall -fsigned-char"