Incorporated Ralf Corsepius' idea for new -q flags to properly support

"gmake debug".
This commit is contained in:
Joel Sherrill
1998-02-11 22:13:46 +00:00
parent fc56b90cd3
commit a858910778
23 changed files with 157 additions and 40 deletions

View File

@@ -71,6 +71,10 @@ endif
# debug flag; typically -g
CFLAGS_DEBUG_V+=-g -Wno-unused
ifeq ($(RTEMS_USE_GCC272),no)
CFLAGS_DEBUG_V+=-qrtems_debug
endif
# when debugging, optimize flag: typically empty
# some compilers do allow optimization with their "-g"
#CFLAGS_DEBUG_OPTIMIZE_V=