From 99488cbd5e6d1719363a8edc47ca62f1fce82583 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 5 Nov 2001 15:25:39 +0000 Subject: Added profiling flags to the DEBUG version of CFLAGS. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fc2257c..8e838e0 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.33 2001-10-25 05:13:46 rjkaes Exp $ +dnl $Id: configure.in,v 1.34 2001-11-05 15:25:39 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -253,6 +253,7 @@ CFLAGS="-O2 $CFLAGS" if test "$enable_debug" = "yes" ; then dnl Add the warnings if we have the GCC compiler if test "$ac_cv_prog_gcc" = "yes" ; then + CFLAGS="-pg -fprofile-arcs $CFLAGS" CFLAGS="-Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes $CFLAGS" CFLAGS="-Wmissing-prototypes -Wmissing-declarations $CFLAGS" CFLAGS="-Wpointer-arith -Waggregate-return -Wnested-externs $CFLAGS" -- cgit v1.2.3