Index: Makefile |
diff --git a/Makefile b/Makefile |
index baa3b52ca67eb01ed9f3763fe9666837ae124949..761b6fcb50cf703812d58abb6532054b24e974e5 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -143,6 +143,10 @@ endif |
ifeq ($(deprecationwarnings), on) |
GYPFLAGS += -Dv8_deprecation_warnings=1 |
endif |
+# vectorstores=on |
+ifeq ($(vectorstores), on) |
+ GYPFLAGS += -Dv8_vector_stores=1 |
+endif |
# imminentdeprecationwarnings=on |
ifeq ($(imminentdeprecationwarnings), on) |
GYPFLAGS += -Dv8_imminent_deprecation_warnings=1 |