mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Fix CFLAGS logic.
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
if test "$GCC" != yes ; then
|
if test "$GCC" != yes ; then
|
||||||
case $host_os in
|
case $host_os in
|
||||||
aix3.2.5 | aix4.1*) ;;
|
aix3.2.5 | aix4.1*)
|
||||||
*) CFLAGS="-O2 -qlonglong";;
|
|
||||||
esac
|
|
||||||
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
|
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user