Skip to content

Commit

Permalink
Fixup Node.js with ltcg config
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 15, 2020
1 parent 85ab906 commit d841a4e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,8 +23,8 @@ index f07e65f719a1a5939997dfcae7bc787ee6391f4d..f4d03a2fdfd47a4e6a71c7146d92ce7c

'node_tag%': '',
@@ -240,6 +240,26 @@
'cflags': [ '-fPIE' ],
'ldflags': [ '-fPIE', '-pie' ]
'cflags': [ '-fPIC' ],
'ldflags': [ '-fPIC' ]
}],
+ ['node_with_ltcg=="true"', {
+ 'msvs_settings': {
Expand Down

0 comments on commit d841a4e

Please sign in to comment.