Chromium Code Reviews

Unified Diff: Makefile

Issue 1516753007: Remove wasm compile time option and enable wasm behind a runtime flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to the start state Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « BUILD.gn ('k') | build/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 28c1af2e07f498fe6bd2c3d59a30335ce500d430..c2caf40f4dc0968fb4957fff5a0c7b576c9a9831 100644
--- a/Makefile
+++ b/Makefile
@@ -220,12 +220,6 @@ 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)
« no previous file with comments | « BUILD.gn ('k') | build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine