From 7ca72bee4cce0cd84598d3981d9ede6e0ab1d297 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Fri, 13 Aug 2010 22:17:21 +0200 Subject: [PATCH] configure.ac: add -g to CFLAGS for debug information --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56233f0..49266b0 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_STDC_HEADERS AC_PROG_INSTALL AC_PROG_LIBTOOL -CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations" +CFLAGS="$CFLAGS -g -Wall -ansi -Wmissing-prototypes -Wmissing-declarations" AC_OUTPUT(cinaest.pc) PKG_CONFIG_PATH=$PKG_CONFIG_PATH:. -- 1.7.9.5