bsp/beatnik: Remove CFLAGS_DEBUG_V

This was the only BSP setting this flag.
This commit is contained in:
Sebastian Huber
2018-06-15 08:07:17 +02:00
parent 6fb0223a43
commit 1f283f17a8

View File

@@ -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)