changeset 11821:7e24c780a5c2

[gaim-migrate @ 14112] I like being able to use gdb. gdb on amd64 doesn't like -gLEVEL currently. I'm not going to remember I edited this file and will commit this change eventually anyway. now at least the reason is documented committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 25 Oct 2005 22:02:46 +0000
parents 2cf6d4cf2cb0
children cd20599f220b
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Oct 25 20:50:21 2005 +0000
+++ b/configure.ac	Tue Oct 25 22:02:46 2005 +0000
@@ -314,7 +314,7 @@
 fi
 
 if test "x$GCC" = "xyes"; then
-	CFLAGS="$CFLAGS -Wall -g3"
+	CFLAGS="$CFLAGS -Wall "
 fi
 AC_SUBST(CFLAGS)