1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

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

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"