X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0de8e3874d6524379550a50a4d9c29faf2d239ea..14d6c4fc3463771fca026f23904eba2858c2d422:/bootrom/Makefile?ds=sidebyside diff --git a/bootrom/Makefile b/bootrom/Makefile index 146bfe4f..d8792c44 100644 --- a/bootrom/Makefile +++ b/bootrom/Makefile @@ -21,7 +21,7 @@ ASMSRC = ram-reset.s flash-reset.s # THUMBSRC := # stdint.h provided locally until GCC 4.5 becomes C99 compliant -APP_CFLAGS = -I. +APP_CFLAGS = -I. -fno-strict-aliasing -ffunction-sections -fdata-sections # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC include ../common/Makefile.common