Skip to content

Commit c22793d

Browse files
committed
tools: roughly port v8_abseil to gyp
Refs: v8/v8@fa7521e Closes: nodejs/node-v8#211 PR-URL: #51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent ffb0302 commit c22793d

File tree

2 files changed

+317
-0
lines changed

2 files changed

+317
-0
lines changed

tools/v8_gypfiles/features.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@
452452
}],
453453
['dcheck_always_on!=0', {
454454
'defines': ['DEBUG',],
455+
}, {
456+
'defines': ['NDEBUG',],
455457
}],
456458
['v8_enable_verify_csa==1', {
457459
'defines': ['ENABLE_VERIFY_CSA',],

0 commit comments

Comments
 (0)