From 7ee9074a9c250baaf07e53c96f5e4171579546d1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 31 Mar 2024 18:33:26 -0700 Subject: [PATCH] Updated comment [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5f61ff..dff5232 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION) OPTFLAGS = -march=native -# Mac ARM doesn't support -march=native +# Mac ARM doesn't always support -march=native ifeq ($(shell uname -s), Darwin) ifeq ($(shell uname -p), arm) # no difference with -march=armv8.5-a