summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-04-18 16:26:48 +0800
committerMichaƫl Zasso <targos@protonmail.com>2019-04-27 11:36:00 +0200
commitb44323f3de8b3ec6d5b834bdcc9362bb5fe6d6a1 (patch)
tree4850bcaa92859c8f737be566d1ac4d971098c84a /Makefile
parent631bea8fd2c3e9a344a8e2c53b6c48007c650685 (diff)
downloadandroid-node-v8-b44323f3de8b3ec6d5b834bdcc9362bb5fe6d6a1.tar.gz
android-node-v8-b44323f3de8b3ec6d5b834bdcc9362bb5fe6d6a1.tar.bz2
android-node-v8-b44323f3de8b3ec6d5b834bdcc9362bb5fe6d6a1.zip
tools: implement node_mksnapshot
Implements a node_mksnapshot target that generates a snapshot blob from a Node.js main instance's isolate, and serializes the data blob with other additional data into a C++ file that can be embedded into the Node.js binary. PR-URL: https://github.com/nodejs/node/pull/27321 Refs: https://github.com/nodejs/node/issues/17058 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d04aac3515..d41bf1601f 100644
--- a/Makefile
+++ b/Makefile
@@ -1226,6 +1226,8 @@ LINT_CPP_FILES = $(filter-out $(LINT_CPP_EXCLUDE), $(wildcard \
tools/icu/*.h \
tools/code_cache/*.cc \
tools/code_cache/*.h \
+ tools/snapshot/*.cc \
+ tools/snapshot/*.h \
))
# Code blocks don't have newline at the end,