Keep -pipe option in CFLAGS even in debug mode.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23469 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-06-05 10:05:09 +00:00
parent 7c73625cd6
commit f575084788
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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