Reviewers: Nick Bray (chromium), titzer,

Description:
Add a makefile option for wasm prototype.

BUG=None
TEST=manual
[email protected],[email protected]
LOG=N

Please review this at https://codereview.chromium.org/1293073004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+6, -0 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 8d209a0b88d5e79ec7ac7633202441bc41887bd2..baa3b52ca67eb01ed9f3763fe9666837ae124949 100644
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,12 @@ ifeq ($(arm_test_noprobe), on)
   GYPFLAGS += -Darm_test_noprobe=on
 endif

+# Optionally enable wasm prototype.
+# Assume you've placed a link to v8-native-prototype in third_party/wasm.
+ifeq ($(wasm), on)
+  GYPFLAGS += -Dv8_wasm=1
+endif
+
 # ----------------- available targets: --------------------
 # - "grokdump": rebuilds heap constants lists used by grokdump
 # - any arch listed in ARCHES (see below)


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to