~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Monty Taylor
  • Date: 2009-12-23 19:45:30 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091223194530-hfkz248chx4o2g9c
Fixed a potential linking problem that we have not yet seen but which we found in the protobuf codebase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    CXX="${CXX} -xlang=c99"
52
52
 
53
53
    AM_CFLAGS="-g -mt -xstrconst -Xa ${AM_CFLAGS}"
54
 
    AM_CXXFLAGS="-mt -compat=5 -library=stlport4 -template=no%extdef ${AM_CXXFLAGS}"
 
54
    AM_CXXFLAGS="-mt -compat=5 -library=stlport4 -library=Crun -template=no%extdef ${AM_CXXFLAGS}"
55
55
 
56
56
    DEBUG_CXXFLAGS="-g"
57
57