We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v8_use_snapshot
true
1 parent e73d697 commit a29d6d3Copy full SHA for a29d6d3
configure
@@ -768,7 +768,7 @@ def configure_v8(o):
768
o['variables']['v8_no_strict_aliasing'] = 1 # Work around compiler bugs.
769
o['variables']['v8_optimized_debug'] = 0 # Compile with -O0 in debug builds.
770
o['variables']['v8_random_seed'] = 0 # Use a random seed for hash tables.
771
- o['variables']['v8_use_snapshot'] = 0 if options.without_snapshot else 1
+ o['variables']['v8_use_snapshot'] = 'false' if options.without_snapshot else 'true'
772
773
def configure_openssl(o):
774
o['variables']['node_use_openssl'] = b(not options.without_ssl)
0 commit comments