aboutsummaryrefslogtreecommitdiff
path: root/src/template/hpux
blob: 4db8f44eba10f01f41a6ec1ddd3cab3b25c948ed (plain)
1
2
3
4
5
6
if test "$GCC" = yes ; then
  CFLAGS=-O2
else
  CC="$CC -Ae"
  CFLAGS=+O2
fi