Index: Makefile |
diff --git a/Makefile b/Makefile |
index da2503ea9fced972753a55d1b8c9bc1ba415d7e8..df2a5c57d701063f33999fc0c3584bb305487e0f 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -39,6 +39,8 @@ ANDROID_TOOLCHAIN ?= |
ANDROID_V8 ?= /data/local/tmp/v8 |
NACL_SDK_ROOT ?= |
+GYPFLAGS += -Dv8_use_external_startup_data=1 |
vogelheim1
2014/12/09 13:26:50
This looks like a rather surprising difference bet
Yang
2014/12/09 14:40:37
Thanks for catching this. I added this line for te
|
+ |
# Special build flags. Use them like this: "make library=shared" |
# library=shared || component=shared_library |