build,aix: link with noerrmsg to eliminate warnings

PR-URL: https://github.com/nodejs/node/pull/27773
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
Refael Ackermann 2019-05-19 14:48:30 -04:00
parent 389804ec96
commit 74b4986822

View File

@ -282,6 +282,14 @@
'ImageHasSafeExceptionHandlers': 'false',
},
},
'conditions': [
['OS=="aix"', {
'ldflags': [
'-Wl,-bnoerrmsg',
],
}],
],
},
'targets': [