X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=arm-makefile.inc;h=396e108a93ada3bdb5220a2d8a2ad3efe66b8822;hp=f4e0364c20c0c4248e73f0d4abd25cb36898123e;hb=3fdf0954404224cef94db2086348b3fa6020aaa4;hpb=4f19c43af8afeb3c569eb7b4aa15907832cf8e5c 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/