~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Brian Aker
  • Date: 2010-03-31 19:14:14 UTC
  • Revision ID: brian@gaz-20100331191414-9yv44mmpvf0tb7l1
Updated to use show schemas specific table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    dnl with using AC_CC_STD_C99 above
23
23
    CC="${CC} -std=gnu99"
24
24
 
25
 
    AM_CPPFLAGS="-g ${AM_CPPFLAGS}"
 
25
    AM_CPPFLAGS="-ggdb3 ${AM_CPPFLAGS}"
26
26
 
27
27
    DEBUG_CFLAGS="-O0"
28
28
    DEBUG_CXXFLAGS="-O0"
31
31
    OPTIMIZE_CXXFLAGS="-O3"
32
32
  ])
33
33
  AS_IF([test "$INTELCC" = "yes"],[
 
34
    dnl Once we can use a modern autoconf, we can replace the std=gnu99 here
 
35
    dnl with using AC_CC_STD_C99 above
 
36
    CC="${CC} -std=c99"
 
37
 
34
38
    AM_CPPFLAGS="-g ${AM_CPPFLAGS}"
35
39
 
36
40
    DEBUG_CFLAGS="-O0"