diff options
Diffstat (limited to 'qemu-arm/Makefile')
| -rw-r--r-- | qemu-arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-arm/Makefile b/qemu-arm/Makefile index 03cc7db9e..900538080 100644 --- a/qemu-arm/Makefile +++ b/qemu-arm/Makefile @@ -14,7 +14,7 @@ INC += -I$(PY_SRC) INC += -I$(BUILD) CFLAGS_CORTEX_M3 = -mthumb -mcpu=cortex-m3 -CFLAGS = $(INC) -Wall -Werror -ansi -std=gnu99 $(CFLAGS_CORTEX_M3) $(COPT) \ +CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 $(CFLAGS_CORTEX_M3) $(COPT) \ -flto -ffunction-sections -fdata-sections #Debugging/Optimization |
