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 476
476
'mksnapshot_flags' : ['--no-native-code-counters' ],
477
477
},
478
478
}],
479
+ ['build_type=="Debug"' , {
480
+ 'outputs' : [
481
+ '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc' ,
482
+ ],
483
+ 'variables' : {
484
+ 'mksnapshot_flags' : [
485
+ '--builtins-effects-src' , '<(INTERMEDIATE_DIR)/src/builtins/builtins-effects.cc' ,
486
+ ],
487
+ },
488
+ }],
479
489
],
480
490
'action' : [
481
491
'>@(_inputs)' ,
2145
2155
'<(V8_ROOT)/src/objects/megadom-handler-inl.h' ,
2146
2156
'<(V8_ROOT)/src/objects/name.h' ,
2147
2157
'<(V8_ROOT)/src/objects/name-inl.h' ,
2158
+ '<(V8_ROOT)/src/objects/number-string-cache.h' ,
2159
+ '<(V8_ROOT)/src/objects/number-string-cache-inl.h' ,
2148
2160
'<(V8_ROOT)/src/objects/objects.h' ,
2149
2161
'<(V8_ROOT)/src/objects/objects-inl.h' ,
2150
2162
'<(V8_ROOT)/src/objects/oddball.h' ,
You can’t perform that action at this time.
0 commit comments