mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
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:
parent
7c73625cd6
commit
f575084788
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user