diff --git a/Makefile b/Makefile index ac059e825151e91cb717377578600e6bc79e82fb..e683d77bf8cf9bd819005c29f03f52493289634e 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,8 @@ ASFLAGS += -nostdinc -ffreestanding -Wa,--fatal-warnings \ ${DEFINES} ${INCLUDES} CFLAGS += -nostdinc -ffreestanding -Wall \ -Werror -Wmissing-include-dirs \ - -mgeneral-regs-only -std=c99 -c -Os \ + -mgeneral-regs-only -mstrict-align \ + -std=c99 -c -Os \ ${DEFINES} ${INCLUDES} CFLAGS += -ffunction-sections -fdata-sections