Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > bd8910c4006db84dd63292ec766f6d66 > files > 1

xavs-0.1.55-13.mga8.src.rpm

--- 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