/soc/2015/mmcc/main: a9e7723e297b: replace debug CFLAGS with exp...

Michael McConville mmcconville at mykolab.com
Tue Jun 23 16:02:33 EDT 2015


Changeset: a9e7723e297b3f3b7e38464d8b1bf664809c1587
Author:	 Michael McConville <mmcconville at mykolab.com>
Date:	 2015-06-18 15:20 -0400
Branch:	 default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/a9e7723e297b

Description:

replace debug CFLAGS with explanation

diffstat:

 configure.ac |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1460,6 +1460,8 @@ if test "x$GCC" = "xyes"; then
 	fi
 
 	DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
+	dnl Questioned by some, but allows us to ask users for backtraces
+	CFLAGS="-g $CFLAGS"
 fi
 DEBUG_CPPFLAGS=`echo "$DEBUG_CFLAGS" | $sedpath 's/-Wdeclaration-after-statement//' | $sedpath 's/-Wmissing-prototypes//' | $sedpath 's/-Waggregate-return//'`
 



More information about the Commits mailing list