Commit 0543af2f authored by Peter Eisentraut's avatar Peter Eisentraut

Fix CFLAGS logic.

parent f7e5e9d4
if test "$GCC" != yes ; then
case $host_os in
aix3.2.5 | aix4.1*) ;;
*) CFLAGS="-O2 -qlonglong";;
aix3.2.5 | aix4.1*)
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
;;
*)
CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
;;
esac
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment