Skip to content

Commit a825594

Browse files
committed
Fixup Node.js with ltcg config
nodejs/node#29388
1 parent 82aedaa commit a825594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/node/build_bring_back_node_with_ltcg_configuration.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ index f07e65f719a1a5939997dfcae7bc787ee6391f4d..f4d03a2fdfd47a4e6a71c7146d92ce7c
2323

2424
'node_tag%': '',
2525
@@ -240,6 +240,26 @@
26-
'cflags': [ '-fPIE' ],
27-
'ldflags': [ '-fPIE', '-pie' ]
26+
'cflags': [ '-fPIC' ],
27+
'ldflags': [ '-fPIC' ]
2828
}],
2929
+ ['node_with_ltcg=="true"', {
3030
+ 'msvs_settings': {

0 commit comments

Comments
 (0)