From c94970e965a54e9d810219b8f390f414401227fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 8 Jun 2008 21:03:08 +0200 Subject: [PATCH] Use `-pipe' with GCC. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f688b01..7cc92a2 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_C_BIGENDIAN if test "x$GCC" = "xyes"; then # Enable useful GCC compilation flags. - GCC_CFLAGS="-Wall -Werror" + GCC_CFLAGS="-pipe -Wall -Werror" GCC_CFLAGS="-Wcast-align -Wmissing-prototypes -Wpointer-arith $GCC_CFLAGS" GCC_CFLAGS="-Winline -Wdeclaration-after-statement $GCC_CFLAGS" else -- 2.11.4.GIT