File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 515515 dest = 'without_siphash' ,
516516 help = optparse .SUPPRESS_HELP )
517517
518- parser .add_option ('--code-cache-path' ,
519- action = 'store' ,
520- dest = 'code_cache_path' ,
521- help = 'optparse.SUPPRESS_HELP' )
522-
523518# End dummy list.
524519
525520parser .add_option ('--without-ssl' ,
@@ -1116,7 +1111,7 @@ def configure_node(o):
11161111 o ['variables' ]['node_no_browser_globals' ] = b (options .no_browser_globals )
11171112 # TODO(refack): fix this when implementing embedded code-cache when cross-compiling.
11181113 if o ['variables' ]['want_separate_host_toolset' ] == 0 :
1119- o ['variables' ]['node_code_cache_path ' ] = 'yes'
1114+ o ['variables' ]['node_code_cache ' ] = 'yes' # For testing
11201115 o ['variables' ]['node_shared' ] = b (options .shared )
11211116 node_module_version = getmoduleversion .get_version ()
11221117
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if (!process.features.cached_builtins) {
4747 }
4848} else { // Native compiled
4949 assert . strictEqual (
50- process . config . variables . node_code_cache_path ,
50+ process . config . variables . node_code_cache ,
5151 'yes'
5252 ) ;
5353
You can’t perform that action at this time.
0 commit comments