From d0fdd42652fa0d84db05fb72f8e174024b04fe88 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 31 Mar 2023 13:37:33 -0700 Subject: [PATCH] Added comment [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bdf393f..5925992 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ OPTFLAGS = -march=native # Mac ARM doesn't support -march=native ifeq ($(shell uname -s), Darwin) ifeq ($(shell uname -p), arm) + # no difference with -march=armv8.5-a OPTFLAGS = endif endif