~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Brian Aker
  • Date: 2010-12-19 06:20:54 UTC
  • mfrom: (2005.1.1 bug673105)
  • Revision ID: brian@tangent.org-20101219062054-1kt0l3dxs4z2z8md
Merge Dave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    DEBUG_CFLAGS="-O0"
28
28
    DEBUG_CXXFLAGS="-O0"
29
29
 
30
 
    OPTIMIZE_CFLAGS="-O2"
31
 
    OPTIMIZE_CXXFLAGS="-O2"
 
30
    OPTIMIZE_CFLAGS="-O3"
 
31
    OPTIMIZE_CXXFLAGS="-O3"
32
32
  ])
33
33
  AS_IF([test "$INTELCC" = "yes"],[
34
34
    AM_CPPFLAGS="-g ${AM_CPPFLAGS}"
36
36
    DEBUG_CFLAGS="-O0"
37
37
    DEBUG_CXXFLAGS="-O0"
38
38
 
39
 
    OPTIMIZE_CFLAGS="-xHOST -O2 -no-prec-div -static"
 
39
    OPTIMIZE_CFLAGS="-xHOST -O3 -no-prec-div -static"
40
40
    OPTIMIZE_CXXFLAGS="${OPTIMIZE_CFLAGS}"
41
41
 
42
42
  ])