Skip to content

Commit

Permalink
build,aix: link with noerrmsg to eliminate warnings
Browse files Browse the repository at this point in the history
PR-URL: #27773
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
refack authored and targos committed Jun 1, 2019
1 parent 10bdd13 commit 9b08c45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,14 @@
'ImageHasSafeExceptionHandlers': 'false',
},
},

'conditions': [
['OS=="aix"', {
'ldflags': [
'-Wl,-bnoerrmsg',
],
}],
],
},

'targets': [
Expand Down

0 comments on commit 9b08c45

Please sign in to comment.