~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Monty Taylor
  • Date: 2010-12-15 18:49:42 UTC
  • mto: (2023.3.15 innodb-cxx)
  • mto: This revision was merged to the branch mainline in revision 2014.
  • Revision ID: mordred@inaugust.com-20101215184942-06h9rhul5uoo1xc8
Updated pandora-build files to version 0.163

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="-O3"
31
 
    OPTIMIZE_CXXFLAGS="-O3"
 
30
    OPTIMIZE_CFLAGS="-O2"
 
31
    OPTIMIZE_CXXFLAGS="-O2"
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 -O3 -no-prec-div -static"
 
39
    OPTIMIZE_CFLAGS="-xHOST -O2 -no-prec-div -static"
40
40
    OPTIMIZE_CXXFLAGS="${OPTIMIZE_CFLAGS}"
41
41
 
42
42
  ])