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