summarylogtreecommitdiffstats
path: root/xavs-0.1.55-dont-strip-symbols.patch
blob: 439a15f2fcec241060d5f166f5b5141f09a4983e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- xavs-0.1.55/configure~	2011-11-24 10:42:06.000000000 +0100
+++ xavs-0.1.55/configure	2011-11-24 11:49:04.908528371 +0100
@@ -404,8 +404,7 @@ if [ "$pic" = "yes" ] ; then
 fi
 
 if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
-    CFLAGS="$CFLAGS -s -fomit-frame-pointer"
-    LDFLAGS="$LDFLAGS -s"
+    CFLAGS="$CFLAGS -fomit-frame-pointer"
 fi
 
 if [ "$debug" = "yes" ]; then