aboutsummaryrefslogtreecommitdiff
path: root/src/template/hpux
blob: a461df0dcd759effb34a58c3642d135beb977beb (plain)
1
2
3
4
5
6
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"

if test "$GCC" != yes ; then
  CC="$CC -Ae"
  CFLAGS="$CFLAGS +O2"
fi