Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3940c99

Browse files
committedAug 8, 2023
tools: remove non-working condition
condition doesn't apply to this target type Fixes: nodejs#47313 Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
1 parent b71cbce commit 3940c99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎tools/v8_gypfiles/v8.gyp

-4
Original file line numberDiff line numberDiff line change
@@ -1651,10 +1651,6 @@
16511651
}, {
16521652
'dependencies': ['gen-regexp-special-case#target'],
16531653
}],
1654-
# Avoid excessive LTO
1655-
['enable_lto=="true"', {
1656-
'ldflags': [ '-fno-lto' ],
1657-
}],
16581654
],
16591655
'actions': [
16601656
{

0 commit comments

Comments
 (0)
Please sign in to comment.