Skip to content
Snippets Groups Projects
Commit 0543af2f authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix CFLAGS logic.

parent f7e5e9d4
No related branches found
No related tags found
No related merge requests found
if test "$GCC" != yes ; then
case $host_os in
aix3.2.5 | aix4.1*) ;;
*) CFLAGS="-O2 -qlonglong";;
esac
aix3.2.5 | aix4.1*)
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
;;
*)
CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
;;
esac
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment