mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-15 00:56:54 +08:00
Added comment [skip ci]
This commit is contained in:
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ TESTS = $(wildcard test/sql/*.sql)
|
|||||||
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
|
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
|
||||||
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)
|
REGRESS_OPTS = --inputdir=test --load-extension=$(EXTENSION)
|
||||||
|
|
||||||
|
# To compile for portability, run: make OPTFLAGS=""
|
||||||
OPTFLAGS = -march=native
|
OPTFLAGS = -march=native
|
||||||
|
|
||||||
# Mac ARM doesn't always support -march=native
|
# Mac ARM doesn't always support -march=native
|
||||||
|
|||||||
Reference in New Issue
Block a user