File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1720,7 +1720,7 @@ def configure_v8(o, configs):
1720
1720
o ['variables' ]['v8_enable_pointer_compression' ] = 1 if options .enable_pointer_compression else 0
1721
1721
o ['variables' ]['v8_enable_sandbox' ] = 1 if options .enable_pointer_compression else 0
1722
1722
o ['variables' ]['v8_enable_31bit_smis_on_64bit_arch' ] = 1 if options .enable_pointer_compression else 0
1723
- o ['variables' ]['v8_enable_shared_ro_heap' ] = 0 if options .enable_pointer_compression or options . disable_shared_ro_heap else 1
1723
+ o ['variables' ]['v8_enable_shared_ro_heap' ] = 0 if options .disable_shared_ro_heap else 1
1724
1724
o ['variables' ]['v8_enable_extensible_ro_snapshot' ] = 0
1725
1725
o ['variables' ]['v8_trace_maps' ] = 1 if options .trace_maps else 0
1726
1726
o ['variables' ]['node_use_v8_platform' ] = b (not options .without_v8_platform )
You can’t perform that action at this time.
0 commit comments