~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Brian Aker
  • Date: 2010-08-08 01:18:02 UTC
  • mto: (1698.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1696.
  • Revision ID: brian@gaz-20100808011802-go9sp57jxgmcgfxn
More encapsulation of thr_lock

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"