summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJos Dehaes <jos.dehaes@gmail.com>2021-10-02 23:53:41 +0200
committeraristocratos <gnmjpl@gmail.com>2021-10-06 12:45:29 +0200
commitfb5970b0005793d760e652348d6acc30fb570f70 (patch)
tree39cd105c164f1bfaf297be32c6d3eb9169695e25
parent49d16cdddd56ba5631269eb2ffbec87d9f36f81e (diff)
comment
-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