From: Anton Mitrofanov Date: Mon, 21 Apr 2014 20:58:24 +0000 (+0400) Subject: Only add strip option '-s' for linker flags X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=863ea2a224cf7380c7a6ea9ae531e16b621cc0b7;p=libx264 Only add strip option '-s' for linker flags Fixes some build warnings with clang. --- diff --git a/configure b/configure index 628e5542..1452c2de 100755 --- a/configure +++ b/configure @@ -1004,7 +1004,6 @@ if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then fi if [ "$strip" = "yes" ]; then - CFLAGS="$CFLAGS -s" LDFLAGS="$LDFLAGS -s" fi