repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git]
/
src
/
template
/
sunos4
blob
762fca184d6a19563a8e9d22296757f5e724ab99
1
if test "$GCC" != yes ; then
2
CC="$CC -Xa" # relaxed ISO C mode
3
CFLAGS="-v -DSUNOS_CC" # -v is like gcc -Wall
4
if test "$enable_debug" != yes; then
5
CFLAGS="$CFLAGS -O" # any optimization breaks debug
6
fi
7
fi