Skip to content

Commit 9b08c45

Browse files
refacktargos
authored andcommitted
build,aix: link with noerrmsg to eliminate warnings
PR-URL: #27773 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 10bdd13 commit 9b08c45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

node.gyp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@
282282
'ImageHasSafeExceptionHandlers': 'false',
283283
},
284284
},
285+
286+
'conditions': [
287+
['OS=="aix"', {
288+
'ldflags': [
289+
'-Wl,-bnoerrmsg',
290+
],
291+
}],
292+
],
285293
},
286294

287295
'targets': [

0 commit comments

Comments
 (0)