Skip to content

Commit ca30864

Browse files
committed
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 6378377 commit ca30864

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,10 +1560,6 @@
15601560
}, {
15611561
'dependencies': ['gen-regexp-special-case#target'],
15621562
}],
1563-
# Avoid excessive LTO
1564-
['enable_lto=="true"', {
1565-
'ldflags': [ '-fno-lto' ],
1566-
}],
15671563
],
15681564
'actions': [
15691565
{

0 commit comments

Comments
 (0)