From fd5e23acf1b8d969301448edc6c3708271f01c10 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Nov 2002 02:57:45 +0000 Subject: 2002-11-19 Ralf Corsepius * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused). --- cpukit/automake/compile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpukit/automake/compile.am') diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am index 4f79d0eb9f..d51956f958 100644 --- a/cpukit/automake/compile.am +++ b/cpukit/automake/compile.am @@ -57,11 +57,6 @@ CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \ CFLAGS = @CFLAGS@ $(CPU_CFLAGS) $(XCFLAGS) ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS) -## FIXME: This doesn't seem to be correct -# when debugging, optimize flag: typically empty -# some compilers do allow optimization with their "-g" -CFLAGS_DEBUG_OPTIMIZE_V=-g - # profile flag; use gprof(1) CFLAGS_PROFILE_V=-pg -- cgit v1.2.3