summaryrefslogtreecommitdiff
path: root/data/x264/assembly.diff
blob: c049f3f5c826bd34cf7522c9eeb329711307543b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ru x264-snapshot-20080226-2245/configure x264-snapshot-20080226-2245+iPhone/configure
--- x264-snapshot-20080226-2245/configure	2008-02-26 21:45:02.000000000 +0000
+++ x264-snapshot-20080226-2245+iPhone/configure	2008-03-20 19:56:40.000000000 +0000
@@ -400,8 +400,8 @@
 fi
 
 if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
-    CFLAGS="$CFLAGS -s -fomit-frame-pointer"
-    LDFLAGS="$LDFLAGS -s"
+    CFLAGS="$CFLAGS -fomit-frame-pointer"
+    LDFLAGS="$LDFLAGS"
 fi
 
 if [ "$debug" = "yes" ]; then