summaryrefslogtreecommitdiff
path: root/package/flac/patches/patch-configure
blob: 830c774078c5fa6aa7bf6eb4ef1bd601064684bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$
--- flac-1.2.1.orig/configure	2007-09-16 22:05:33.000000000 +0200
+++ flac-1.2.1/configure	2008-08-21 14:57:46.000000000 +0200
@@ -23490,7 +23490,7 @@ else
 	CPPFLAGS="-DNDEBUG $CPPFLAGS"
 	if test "x$GCC" = xyes; then
 		CPPFLAGS="-DFLaC__INLINE=__inline__ $CPPFLAGS"
-		CFLAGS="-O3 -funroll-loops -finline-functions -Wall -W -Winline $CFLAGS"
+		CFLAGS="-finline-functions -Wall -W -Winline $CFLAGS"
 	fi
 fi