Fix a few errors in comments. Patch by Fujii Masao, plus the one in
[PostgreSQL.git] / src / template / sunos4
blob762fca184d6a19563a8e9d22296757f5e724ab99
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