Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
98e962b
)
Include debug symbols in thrift builds by default
author
Mark Slee
<mcslee@apache.org>
Tue, 20 Feb 2007 20:57:36 +0000
(20:57 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/lib/cpp/configure.ac
b/lib/cpp/configure.ac
index
d0fc7c1
..
1f2763c
100644
(file)
--- a/
lib/cpp/configure.ac
+++ b/
lib/cpp/configure.ac
@@
-100,8
+100,8
@@
AC_PROG_INSTALL
AC_PROG_LIBTOOL
-CFLAGS="-O2"
+CFLAGS="-
g -
O2"
-CXXFLAGS="-O2"
+CXXFLAGS="-
g -
O2"
AC_OUTPUT(Makefile)