From 0983917f26948d83fd8da103903ec99f88058d87 Mon Sep 17 00:00:00 2001 From: Jos Dehaes Date: Sat, 2 Oct 2021 23:53:41 +0200 Subject: [PATCH] comment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 35fcd49..fe01879 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ INC := -I$(INCDIR) -I$(SRCDIR) SU_USER := root SU_GROUP := root +#? This fails to compile on M1 macos (arm64 specific? as it compiles on x86_64 macos) ifeq ($(ARCH),x86_64) override OPTFLAGS += -ftree-loop-vectorize -flto=$(THREADS) endif