projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7185455
)
Add -pipe compile for Linux.
author
Bruce Momjian
Thu, 9 Oct 2003 14:47:59 +0000
(14:47 +0000)
committer
Bruce Momjian
Thu, 9 Oct 2003 14:47:59 +0000
(14:47 +0000)
src/template/linux
patch
|
blob
|
blame
|
history
diff --git
a/src/template/linux
b/src/template/linux
index 529da9c1694e84d9ea05d73ab64e9dc61bd0cd8a..0a7f313a8322daf068dd9c02da5ad969fc5cf407 100644
(file)
--- a/
src/template/linux
+++ b/
src/template/linux
@@
-1,3
+1,5
@@
+CFLAGS="$CFLAGS -pipe"
+
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"