X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arm-makefile.inc;h=396e108a93ada3bdb5220a2d8a2ad3efe66b8822;hb=c3885c4a83156d5603c48afb57562531b7b256b7;hp=f4e0364c20c0c4248e73f0d4abd25cb36898123e;hpb=e1db57c69472f52cf2405ef4eb22f085a868eeeb;p=arm-crypto-lib.git diff --git a/arm-makefile.inc b/arm-makefile.inc index f4e0364..396e108 100644 --- a/arm-makefile.inc +++ b/arm-makefile.inc @@ -2,7 +2,7 @@ TOOLCHAIN = arm-elf- MCU_TARGET = cortex-m3 OPTIMIZE = -O2 DEBUG = -g -WARNING = -pedantic -Wall -Wstrict-prototypes +WARNING = -pedantic -Wall -Wstrict-prototypes -Werror DEFS = -D$(call uc, $(subst -,_,$(MCU_TARGET))) FLASHCMD = $(TOOLCHAIN)gdb -x gdb-flash # DEP_DIR = deps/