File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 480
480
'mksnapshot_flags' : ['--no-native-code-counters' ],
481
481
},
482
482
}],
483
+ ['build_type=="Debug"' , {
484
+ 'outputs' : [
485
+ '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc' ,
486
+ ],
487
+ 'variables' : {
488
+ 'mksnapshot_flags' : [
489
+ '--builtins-effects-src' , '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc' ,
490
+ ],
491
+ },
492
+ }],
483
493
],
484
494
'action' : [
485
495
'>@(_inputs)' ,
2149
2159
'<(V8_ROOT)/src/objects/megadom-handler-inl.h' ,
2150
2160
'<(V8_ROOT)/src/objects/name.h' ,
2151
2161
'<(V8_ROOT)/src/objects/name-inl.h' ,
2162
+ '<(V8_ROOT)/src/objects/number-string-cache.h' ,
2163
+ '<(V8_ROOT)/src/objects/number-string-cache-inl.h' ,
2152
2164
'<(V8_ROOT)/src/objects/objects.h' ,
2153
2165
'<(V8_ROOT)/src/objects/objects-inl.h' ,
2154
2166
'<(V8_ROOT)/src/objects/oddball.h' ,
You can’t perform that action at this time.
0 commit comments