qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.

Signed-off-by: Damien George <damien@micropython.org>
pull/6163/head
Damien George 2020-06-18 10:59:29 +10:00
rodzic 6164c7e666
commit f1ba2c9d88
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -42,6 +42,7 @@ INC += -I$(BUILD)
CFLAGS += $(INC) -Wall -Wpointer-arith -Wdouble-promotion -Wfloat-conversion -Werror -std=gnu99 $(COPT) \
-ffunction-sections -fdata-sections
CFLAGS += $(CFLAGS_EXTRA)
# Debugging/Optimization
ifeq ($(DEBUG), 1)