~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-12-15 09:28:09 UTC
  • mto: This revision was merged to the branch mainline in revision 682.
  • Revision ID: monty@inaugust.com-20081215092809-ce5uv7jciy3gmu3v
Added -xmemalign to sunstudio options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1443
1443
then
1444
1444
  CC_WARNINGS="-v -xc99=all -errtags=yes"
1445
1445
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup -compat=5"
 
1446
  AM_CXXFLAGS="${AM_CXXFLAGS} -xmemalign=8s"
1446
1447
  NO_EXCEPTIONS="-features=no%except"
1447
1448
  W_EXCEPTIONS="-features=except"
1448
1449
fi