Copy from Berkano Overlay
[otih-overlay.git] / media-libs / x264 / files / .svn / text-base / x264-nostrip.patch.svn-base
blobb4e2689a18e60870813974d167cd522b06f87047
1 Index: x264-svn/configure
2 ===================================================================
3 --- x264-svn.orig/configure
4 +++ x264-svn/configure
5 @@ -374,11 +374,6 @@ if [ "$pic" = "yes" ] ; then
6      ASFLAGS="$ASFLAGS -D__PIC__"
7  fi
8  
9 -if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
10 -    CFLAGS="$CFLAGS -s -fomit-frame-pointer"
11 -    LDFLAGS="$LDFLAGS -s"
12 -fi
14  if [ "$debug" = "yes" ]; then
15      CFLAGS="-O1 -g $CFLAGS"
16  else