Skip to content

Commit b6ee30a

Browse files
committed
tools: remove non-working condition
condition doesn't apply to this target type Fixes: nodejs#47313 Signed-off-by: Konstantin Demin <[email protected]>
1 parent d150316 commit b6ee30a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 0 additions & 4 deletions
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)