forked from Imagelibrary/rtems
make: Remove -qrtems_debug flag usage
This commit is contained in:
@@ -27,7 +27,7 @@ ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
|
||||
|
||||
# NOTE: GCCSPECS probably belongs to CPPFLAGS
|
||||
GCCSPECS_OPTIMIZE_V =
|
||||
GCCSPECS_DEBUG_V = -qrtems_debug
|
||||
GCCSPECS_DEBUG_V =
|
||||
|
||||
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
|
||||
GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V)
|
||||
@@ -47,8 +47,8 @@ endif
|
||||
CFLAGS_DEBUG_V+=-Wno-unused
|
||||
CXXFLAGS_DEBUG_V+=
|
||||
|
||||
CFLAGS_DEBUG_V+=-qrtems_debug
|
||||
CXXFLAGS_DEBUG_V+=-qrtems_debug
|
||||
CFLAGS_DEBUG_V+=
|
||||
CXXFLAGS_DEBUG_V+=
|
||||
|
||||
# when debugging, optimize flag: typically empty
|
||||
# some compilers do allow optimization with their "-g"
|
||||
|
||||
Reference in New Issue
Block a user