changeset 23451:e43369ba24e0

Keep -pipe option in CFLAGS even in debug mode.
author diego
date Tue, 05 Jun 2007 10:05:09 +0000
parents d739d60eb577
children 3e676c9e1e35
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 05 07:35:07 2007 +0000
+++ b/configure	Tue Jun 05 10:05:09 2007 +0000
@@ -2243,7 +2243,7 @@
 # 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