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