Skip to content

Commit a88b575

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

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
@@ -946,7 +946,7 @@
946946
parser.add_argument('--without-node-snapshot',
947947
action='store_true',
948948
dest='without_node_snapshot',
949-
default=None,
949+
default=True,
950950
help='Turn off V8 snapshot integration. Currently experimental.')
951951

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

0 commit comments

Comments
 (0)