]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - arm-makefile.inc
starting to make bigint more portable/32-bit efficient
[arm-crypto-lib.git] / arm-makefile.inc
index 396e108a93ada3bdb5220a2d8a2ad3efe66b8822..10b5090accfc57fce04d4aeb1b658877a9df4d39 100644 (file)
@@ -1,7 +1,7 @@
-TOOLCHAIN      = arm-elf-
+TOOLCHAIN      = arm-none-eabi-#
 MCU_TARGET     = cortex-m3  
-OPTIMIZE       = -O2
-DEBUG          = -g
+OPTIMIZE       = -O0
+DEBUG          = -gdwarf-2
 WARNING        = -pedantic -Wall -Wstrict-prototypes -Werror
 DEFS           = -D$(call uc, $(subst -,_,$(MCU_TARGET)))
 FLASHCMD       = $(TOOLCHAIN)gdb -x gdb-flash  #