]> granicus.if.org Git - postgresql/blob - src/template/aix
Don't bother adding to cflags/cppflags, just set them because configure
[postgresql] / src / template / aix
1 if test "$GCC" != yes ; then
2   case $host_os in
3     aix3.2.5 | aix4.1*)
4       CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
5       ;;
6     *)
7       CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
8       ;;
9   esac
10 fi