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 515
515
dest = 'without_siphash' ,
516
516
help = optparse .SUPPRESS_HELP )
517
517
518
- parser .add_option ('--code-cache-path' ,
519
- action = 'store' ,
520
- dest = 'code_cache_path' ,
521
- help = 'optparse.SUPPRESS_HELP' )
522
-
523
518
# End dummy list.
524
519
525
520
parser .add_option ('--without-ssl' ,
@@ -1116,7 +1111,7 @@ def configure_node(o):
1116
1111
o ['variables' ]['node_no_browser_globals' ] = b (options .no_browser_globals )
1117
1112
# TODO(refack): fix this when implementing embedded code-cache when cross-compiling.
1118
1113
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
1120
1115
o ['variables' ]['node_shared' ] = b (options .shared )
1121
1116
node_module_version = getmoduleversion .get_version ()
1122
1117
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if (!process.features.cached_builtins) {
47
47
}
48
48
} else { // Native compiled
49
49
assert . strictEqual (
50
- process . config . variables . node_code_cache_path ,
50
+ process . config . variables . node_code_cache ,
51
51
'yes'
52
52
) ;
53
53
You can’t perform that action at this time.
0 commit comments