projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf32fe
)
Select optimization by default for HP's C compiler.
author
Tom Lane
Tue, 20 Feb 2001 19:04:04 +0000
(19:04 +0000)
committer
Tom Lane
Tue, 20 Feb 2001 19:04:04 +0000
(19:04 +0000)
src/template/hpux
patch
|
blob
|
blame
|
history
diff --git
a/src/template/hpux
b/src/template/hpux
index 3e26ff80dbdede45e69ba8b321c592b5fe836dbe..db43432a5e87260ca00ec8cf606ead52d30dcbe2 100644
(file)
--- a/
src/template/hpux
+++ b/
src/template/hpux
@@
-3,5
+3,6
@@
if test "$GCC" = yes ; then
CCC=g++
else
CC="$CC -Ae"
+ CFLAGS=+O2
CCC=aCC
fi