We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7046e0 commit f7c8274Copy full SHA for f7c8274
tools/v8_gypfiles/features.gypi
@@ -394,6 +394,9 @@
394
['v8_allocation_site_tracking==1', {
395
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
396
}],
397
+ ['v8_advanced_bigint_algorithms==1', {
398
+ 'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
399
+ }],
400
], # conditions
401
'defines': [
402
'V8_GYP_BUILD',
tools/v8_gypfiles/v8.gyp
@@ -1607,9 +1607,6 @@
1607
'sources': [
1608
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_bigint.*?v8_advanced_bigint_algorithms.*?sources \\+= ")',
1609
],
1610
- 'defines': [
1611
- 'V8_ADVANCED_BIGINT_ALGORITHMS',
1612
- ],
1613
1614
1615
},
0 commit comments