~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/template/sunos4

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if test "$GCC" != yes ; then
 
2
  CC="$CC -Xa"                  # relaxed ISO C mode
 
3
  CFLAGS="-v -DSUNOS_CC"        # -v is like gcc -Wall
 
4
  if test "$enable_debug" != yes; then
 
5
    CFLAGS="$CFLAGS -O"         # any optimization breaks debug
 
6
  fi
 
7
fi