aboutsummaryrefslogtreecommitdiffstats
path: root/main/libtheora/libtheora-flags.patch
blob: a47cc577168018684c44a6d5c99f82ca199542f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ur libtheora-1.0beta2.orig/configure.ac libtheora-1.0beta2/configure.ac
--- libtheora-1.0beta2.orig/configure.ac	2007-10-13 00:01:38.000000000 +0300
+++ libtheora-1.0beta2/configure.ac	2007-11-25 22:44:49.000000000 +0200
@@ -102,8 +102,8 @@
         case $host in 
         *)
                 DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
-                CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
-                PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
+                CFLAGS="-Wall -Wno-parentheses"
+                PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
         esac
 fi
 CFLAGS="$CFLAGS $cflags_save"