diff options
| author | Damien George | 2020-06-18 10:59:29 +1000 |
|---|---|---|
| committer | Damien George | 2020-06-22 13:42:24 +1000 |
| commit | f1ba2c9d88078df8758ee9072b02d48e70c0b305 (patch) | |
| tree | ef1376991e2cfba6aa4666aa6d0fc5d24dc41a14 /ports/qemu-arm | |
| parent | 6164c7e666fdd0aba232191768a66ab4434a7222 (diff) | |
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/qemu-arm')
| -rw-r--r-- | ports/qemu-arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile index e7b6523f8..aebc5afae 100644 --- a/ports/qemu-arm/Makefile +++ b/ports/qemu-arm/Makefile @@ -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) |
