2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
This commit is contained in:
Ralf Corsepius
2002-11-20 02:57:45 +00:00
parent 0a9a0f5f49
commit fd5e23acf1
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.

View File

@@ -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