Skip to content

Commit

Permalink
tools: remove non-working condition
Browse files Browse the repository at this point in the history
condition doesn't apply to this target type

Fixes: nodejs#47313
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
  • Loading branch information
rockdrilla committed Aug 8, 2023
1 parent 6378377 commit ca30864
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1560,10 +1560,6 @@
}, {
'dependencies': ['gen-regexp-special-case#target'],
}],
# Avoid excessive LTO
['enable_lto=="true"', {
'ldflags': [ '-fno-lto' ],
}],
],
'actions': [
{
Expand Down

0 comments on commit ca30864

Please sign in to comment.