~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-18 21:21:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101018212120-dqukgtkwhb1imt1o
Merged changes from lp:pbms. These changes should remove any danger
of longjmp() clobbering local variables.

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="-ggdb3 ${AM_CPPFLAGS}"
 
25
    AM_CPPFLAGS="-g ${AM_CPPFLAGS}"
26
26
 
27
27
    DEBUG_CFLAGS="-O0"
28
28
    DEBUG_CXXFLAGS="-O0"