X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0de8e3874d6524379550a50a4d9c29faf2d239ea..f45a6f4fb51715f8ec69dbb3df291a325e7e0ee4:/bootrom/Makefile?ds=inline 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