mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 12:50:55 -05:00
Add -pipe compile for Linux.
This commit is contained in:
parent
7185455c08
commit
85bd172c45
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
CFLAGS="$CFLAGS -pipe"
|
||||
|
||||
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
|
||||
CPPFLAGS="-D_GNU_SOURCE"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue