mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
SUNOS4_CC -> SUNOS_CC.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
if test "$GCC" != yes ; then
|
||||
CC="$CC -Xa" # relaxed ISO C mode
|
||||
CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall
|
||||
CFLAGS="-v -DSUNOS_CC" # -v is like gcc -Wall
|
||||
if test "$enable_debug" != yes; then
|
||||
CFLAGS="$CFLAGS -O" # any optimization breaks debug
|
||||
fi
|
||||
|
Reference in New Issue
Block a user