forked from Imagelibrary/rtems
bsp/beatnik: Remove CFLAGS_DEBUG_V
This was the only BSP setting this flag.
This commit is contained in:
@@ -26,10 +26,6 @@ CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
||||
|
||||
LDFLAGS = -Wl,--gc-sections
|
||||
|
||||
# debug flags: typically none, but at least -O1 is required due to this
|
||||
# BSP using inlined code
|
||||
CFLAGS_DEBUG_V = -O1 -g
|
||||
|
||||
define bsp-post-link
|
||||
$(default-bsp-post-link)
|
||||
$(OBJCOPY) -O binary $@ $(basename $@)$(DOWNEXT)
|
||||
|
||||
Reference in New Issue
Block a user