Remove -pipe on Linux, per reports from Peter.

This commit is contained in:
Bruce Momjian 2003-10-09 16:52:45 +00:00
parent 85bd172c45
commit b1d955ea7b
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
CFLAGS="$CFLAGS -pipe"
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"