summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-14 13:06:00 +0100
committerwm4 <wm4@nowhere>2012-11-14 13:06:00 +0100
commitb60483a144e50177a99a1b34cf4e84a6787b6166 (patch)
tree2268682f9473f5b9046ffcaa54f89ee81f3d07c0 /configure
parente5f7976000af0fb8da5fd0c3a01cfd44e6e64516 (diff)
downloadmpv-b60483a144e50177a99a1b34cf4e84a6787b6166.tar.bz2
mpv-b60483a144e50177a99a1b34cf4e84a6787b6166.tar.xz
Makefile: don't strip by default, add install-strip targets
Now "make install" will never strip the binary. "make install-strip" always will. The behavior of --enable-debug is unchanged, other than having no influence anymore on the install targets.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index ef0db230e1..162fee7575 100755
--- a/configure
+++ b/configure
@@ -1126,10 +1126,6 @@ echocheck "assembler support of -pipe option"
cflag_check -pipe -I. && _pipe="-pipe" && echores "yes" || echores "no"
# Checking for CFLAGS
-_install_strip="-s"
-if test "$_profile" != "" || test "$_debug" != "" ; then
- _install_strip=
-fi
if test -z "$CFLAGS" ; then
if test "$cc_vendor" = "intel" ; then
CFLAGS="$_opt $_debug $_profile $_march $_mcpu $_pipe -fomit-frame-pointer"
@@ -3240,7 +3236,6 @@ LOCALEDIR = \$(DESTDIR)$_localedir
CC = $_cc
CXX = $_cc
INSTALL = $_install
-INSTALLSTRIP = $_install_strip
WINDRES = $_windres
CFLAGS = $WARNFLAGS $ERRORFLAGS $WARN_CFLAGS $CFLAGS $extra_cflags