summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 10:05:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-05 10:05:09 +0000
commitf575084788c101393739ad354a992cb32cb6136d (patch)
tree4dad6f7930b9df2212a201246b58b44576024aee /configure
parent7c73625cd62b251762344a885bc99397b10449ec (diff)
downloadmpv-f575084788c101393739ad354a992cb32cb6136d.tar.bz2
mpv-f575084788c101393739ad354a992cb32cb6136d.tar.xz
Keep -pipe option in CFLAGS even in debug mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23469 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d864518729..22ec65c363 100755
--- a/configure
+++ b/configure
@@ -2243,7 +2243,7 @@ echores $_named_asm_args
# Checking for CFLAGS
_install_strip="-s"
if test "$_profile" != "" || test "$_debug" != "" ; then
- CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile"
+ CFLAGS="-W -Wall -O2 $_march $_mcpu $_pipe $_debug $_profile"
_install_strip=
elif test -z "$CFLAGS" ; then
if test "$cc_vendor" = "intel" ; then