summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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