mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 12:40:56 +08:00
8
Makefile
8
Makefile
@@ -38,13 +38,15 @@ PG_CFLAGS += $(OPTFLAGS) -ftree-vectorize -fassociative-math -fno-signed-zeros -
|
|||||||
# Debug Clang auto-vectorization
|
# Debug Clang auto-vectorization
|
||||||
# PG_CFLAGS += -Rpass=loop-vectorize -Rpass-analysis=loop-vectorize
|
# PG_CFLAGS += -Rpass=loop-vectorize -Rpass-analysis=loop-vectorize
|
||||||
|
|
||||||
PG_CONFIG ?= pg_config
|
all: sql/$(EXTENSION)--$(EXTVERSION).sql
|
||||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
||||||
include $(PGXS)
|
|
||||||
|
|
||||||
sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
|
sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
|
PG_CONFIG ?= pg_config
|
||||||
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||||
|
include $(PGXS)
|
||||||
|
|
||||||
# for Mac
|
# for Mac
|
||||||
ifeq ($(PROVE),)
|
ifeq ($(PROVE),)
|
||||||
PROVE = prove
|
PROVE = prove
|
||||||
|
|||||||
Reference in New Issue
Block a user