Skip to content

Commit

Permalink
tools: roughly port v8_abseil to gyp
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos committed Mar 31, 2024
1 parent ffb0302 commit c22793d
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@
}],
['dcheck_always_on!=0', {
'defines': ['DEBUG',],
}, {
'defines': ['NDEBUG',],
}],
['v8_enable_verify_csa==1', {
'defines': ['ENABLE_VERIFY_CSA',],
Expand Down
Loading

0 comments on commit c22793d

Please sign in to comment.