From d17b2327410c10e7ab104a17d1d0052cd2abf103 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 6 Jan 2004 21:37:44 +0000 Subject: [PATCH] Use gcc's -pipe option to reduce compile time. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dac9a28849e..8e5deaa640b 100755 --- a/configure +++ b/configure @@ -12203,7 +12203,7 @@ EXTRACFLAGS="" if test "x${GCC}" = "xyes" then - EXTRACFLAGS=-Wall + EXTRACFLAGS="-Wall -pipe" echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6 diff --git a/configure.ac b/configure.ac index bcf1cc723af..c7ec9cc2bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -706,7 +706,7 @@ dnl **** Check for gcc specific options **** AC_SUBST(EXTRACFLAGS,"") if test "x${GCC}" = "xyes" then - EXTRACFLAGS=-Wall + EXTRACFLAGS="-Wall -pipe" dnl Check for strength-reduce bug AC_CACHE_CHECK( [for gcc strength-reduce bug], ac_cv_c_gcc_strength_bug,