aboutsummaryrefslogtreecommitdiff
path: root/src/template/sunos4
blob: 762fca184d6a19563a8e9d22296757f5e724ab99 (plain)
1
2
3
4
5
6
7
if test "$GCC" != yes ; then
  CC="$CC -Xa"			# relaxed ISO C mode
  CFLAGS="-v -DSUNOS_CC"	# -v is like gcc -Wall
  if test "$enable_debug" != yes; then
    CFLAGS="$CFLAGS -O"		# any optimization breaks debug
  fi
fi