mirror of https://github.com/postgres/postgres
handles that, and make solaris debug use no optimization.REL8_0_STABLE
parent
22c21bab92
commit
f7bae20d67
@ -1,10 +1,10 @@ |
||||
if test "$GCC" != yes ; then |
||||
case $host_os in |
||||
aix3.2.5 | aix4.1*) |
||||
CFLAGS="$CFLAGS -O -qmaxmem=16384 -qsrcmsg" |
||||
CFLAGS="-O -qmaxmem=16384 -qsrcmsg" |
||||
;; |
||||
*) |
||||
CFLAGS="$CFLAGS -O2 -qmaxmem=16384 -qsrcmsg -qlonglong" |
||||
CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong" |
||||
;; |
||||
esac |
||||
fi |
||||
|
@ -1,3 +1,3 @@ |
||||
case $host_cpu in |
||||
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2 |
||||
alpha*) CFLAGS="-O";; # alpha has problems with -O2 |
||||
esac |
||||
|
@ -1,2 +1,2 @@ |
||||
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise |
||||
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" |
||||
CPPFLAGS="-D_GNU_SOURCE" |
||||
|
@ -1,4 +1,4 @@ |
||||
if test "$GCC" != yes ; then |
||||
CC="$CC -std" |
||||
CFLAGS="$CFLAGS -O -ieee" |
||||
CFLAGS="-O -ieee" |
||||
fi |
||||
|
@ -1,2 +1,2 @@ |
||||
CFLAGS="$CFLAGS -v -O -K i486,host,inline,loop_unroll -Dsvr4" |
||||
CFLAGS="-v -O -K i486,host,inline,loop_unroll -Dsvr4" |
||||
LIBS="-lc89" |
||||
|
Loading…
Reference in new issue