From b1d955ea7bf629ac2fd935e9506a1a506056e305 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 16:52:45 +0000 Subject: [PATCH] Remove -pipe on Linux, per reports from Peter. --- src/template/linux | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/template/linux b/src/template/linux index 0a7f313a83..529da9c169 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,5 +1,3 @@ -CFLAGS="$CFLAGS -pipe" - # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise CPPFLAGS="-D_GNU_SOURCE"