[MPlayer-cvslog] r23469 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Jun 5 12:05:09 CEST 2007
Author: diego
Date: Tue Jun 5 12:05:09 2007
New Revision: 23469
Log:
Keep -pipe option in CFLAGS even in debug mode.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Jun 5 12:05:09 2007
@@ -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
More information about the MPlayer-cvslog
mailing list