forked from Imagelibrary/rtems
Incorporated Ralf Corsepius' idea for new -q flags to properly support
"gmake debug".
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user