From ac9209782ea0859f3a86d9ce22819f1d13670870 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 1 Mar 2022 14:59:43 +0000 Subject: [PATCH] Test MOD builds without single precission Signed-off-by: falkTX --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67f82ee..77fa80e 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,8 @@ endif # -------------------------------------------------------------- # MOD builds -EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant +EXTRA_MOD_FLAGS = +# -I../include/single-precision -fsingle-precision-constant ifeq ($(MODDUO),true) EXTRA_MOD_FLAGS += -mno-unaligned-access