From 498a39d79b331633f1eae92f3887b25921c5c177 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Apr 2024 18:57:08 -0700 Subject: [PATCH] Added comment [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9bf2ec4..e5671ba 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION) +# To compile for portability, run: make OPTFLAGS="" OPTFLAGS = -march=native # Mac ARM doesn't always support -march=native