Skip to content

Commit d73c0af

Browse files
targosnodejs-github-bot
authored andcommitted
build: disable node snapshot
Signed-Off-By: Michaël Zasso <targos@protonmail.com>
1 parent 664e924 commit d73c0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
parser.add_argument('--without-node-snapshot',
955955
action='store_true',
956956
dest='without_node_snapshot',
957-
default=None,
957+
default=True,
958958
help='Turn off V8 snapshot integration. Currently experimental.')
959959

960960
parser.add_argument('--without-node-code-cache',

0 commit comments

Comments
 (0)