forked from Imagelibrary/rtems
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user