Improved Makefiles

This commit is contained in:
Andrew Kane
2023-09-05 16:43:23 -07:00
parent 3431acef94
commit 8fa9001474
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ HEADERS = src/vector.h
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-extension=vector
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)
OPTFLAGS = -march=native