Skip to content

Commit

Permalink
tools: roughly port v8_abseil to gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 26, 2024
1 parent e55f185 commit 33c9137
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 33c9137

Please sign in to comment.