Include debug symbols in thrift builds by default
authorMark Slee <mcslee@apache.org>
Tue, 20 Feb 2007 20:57:36 +0000 (20:57 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 20 Feb 2007 20:57:36 +0000 (20:57 +0000)
Summary: Too irritating not having stack traces when these go down. Sack up and include stack traces always... bigger binary but whatever.

Reviewed By: aditya

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665002 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/configure.ac

index d0fc7c1..1f2763c 100644 (file)
@@ -100,8 +100,8 @@ AC_PROG_INSTALL
 
 AC_PROG_LIBTOOL
 
-CFLAGS="-O2"
+CFLAGS="-g -O2"
 
-CXXFLAGS="-O2"
+CXXFLAGS="-g -O2"
 
 AC_OUTPUT(Makefile)