diff --git a/Makefile b/Makefile index 5dae380..4441e9d 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ endif # -------------------------------------------------------------- # MOD builds -EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant +EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant -mno-unaligned-access ifeq ($(WITH_LTO),true) EXTRA_MOD_FLAGS += -ffat-lto-objects