diff configure @ 23451:e43369ba24e0

Keep -pipe option in CFLAGS even in debug mode.
author diego
date Tue, 05 Jun 2007 10:05:09 +0000
parents 87c61466bf62
children 77cd8d54694a
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