From b23c0862cccd8a54402ab04332a40879a91f9a58 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 29 Aug 2011 14:33:08 +1000 Subject: [PATCH] Make debuging information enabled by default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f89b0a34..3a362499 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CANONICAL_HOST ## We remove CXXFLAGS as autotools inserts them /AFTER/ our own CXXFLAGS, ## thus overriding any variables that both set (specifically we're concerned ## about optimisation flags). -CXXFLAGS="" +CXXFLAGS="-g" AC_PROG_CXX AC_LANG([C++]) AC_PROG_LIBTOOL