commit | 2905078d167144a5405119f14d4ce96fa6d0ae42 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周五 9月 29 00:12:30 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周五 9月 29 00:12:30 2006 +0000 |
tree | bd4fc6ceb192eae203a265fea8f0cd6efca79e54 | |
parent | 29f5f67e1fafdd9ef263b59f2d93c347d2209c44 [diff] [blame] |
Better socket timeout and options support for Thrift C++ Summary: Also compile without degugging symbols for the linked library Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664810 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/configure.ac b/lib/cpp/configure.ac index d571ba0..2d30c59 100644 --- a/lib/cpp/configure.ac +++ b/lib/cpp/configure.ac
@@ -80,4 +80,8 @@ AC_PROG_LIBTOOL +CFLAGS="-O2" + +CXXFLAGS="-O2" + AC_OUTPUT(Makefile)