summaryrefslogtreecommitdiff
path: root/media-libs/x264/files/x264-nostrip.patch
blob: b4e2689a18e60870813974d167cd522b06f87047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: x264-svn/configure
===================================================================
--- x264-svn.orig/configure
+++ x264-svn/configure
@@ -374,11 +374,6 @@ if [ "$pic" = "yes" ] ; then
     ASFLAGS="$ASFLAGS -D__PIC__"
 fi
 
-if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
-    CFLAGS="$CFLAGS -s -fomit-frame-pointer"
-    LDFLAGS="$LDFLAGS -s"
-fi
-
 if [ "$debug" = "yes" ]; then
     CFLAGS="-O1 -g $CFLAGS"
 else