File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 311
311
'/Zm2000' ,
312
312
],
313
313
}],
314
- ['cfg =="true"' , {
314
+ ['control_flow_guard =="true"' , {
315
315
'AdditionalOptions' : [
316
316
'/guard:cf' , # Control Flow Guard
317
317
],
342
342
['target_arch=="arm64"' , {
343
343
'TargetMachine' : 0 , # NotSet. MACHINE:ARM64 is inferred from the input files.
344
344
}],
345
- ['cfg =="true"' , {
345
+ ['control_flow_guard =="true"' , {
346
346
'AdditionalOptions' : [
347
347
'/guard:cf' , # Control Flow Guard
348
348
],
Original file line number Diff line number Diff line change @@ -1449,7 +1449,7 @@ def configure_node(o):
1449
1449
o ['variables' ]['node_prefix' ] = options .prefix
1450
1450
o ['variables' ]['node_install_npm' ] = b (not options .without_npm )
1451
1451
o ['variables' ]['node_install_corepack' ] = b (not options .without_corepack )
1452
- o ['variables' ]['cfg ' ] = b (options .enable_cfg )
1452
+ o ['variables' ]['control_flow_guard ' ] = b (options .enable_cfg )
1453
1453
o ['variables' ]['node_use_amaro' ] = b (not options .without_amaro )
1454
1454
o ['variables' ]['debug_node' ] = b (options .debug_node )
1455
1455
o ['default_configuration' ] = 'Debug' if options .debug else 'Release'
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ if defined no_shared_roheap set configure_flags=%configure_flags% --disable-shar
212
212
if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
213
213
if defined ccache_path set configure_flags = %configure_flags% --use-ccache-win
214
214
if defined compile_commands set configure_flags = %configure_flags% -C
215
- if defined cfg set configure_flags = %configure_flags% --cfg
215
+ if defined cfg set configure_flags = %configure_flags% --control-flow-guard
216
216
217
217
if " %target_arch% " == " x86" (
218
218
echo " 32-bit Windows builds are not supported anymore."
You can’t perform that action at this time.
0 commit comments