From fb5970b0005793d760e652348d6acc30fb570f70 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 3cbc2ec..5a6c065 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