X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9bef1216b98ab37573afa24195fe61f46e076232..9932c55a4accc135200bca93edec8022f8bdcf12:/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