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