Skip to content

Commit

Permalink
Skip converting literals to ascii on z/OS (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jBarz authored and sjanuary committed Sep 20, 2018
1 parent 8eea200 commit 958e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}],
['OS in "os390 zos"', {
"defines": [ "_ZOS", "_UNIX03_THREADS" ],
'cflags_cc': ['-Wc,EXPORTALL'],
'cflags_cc': ['-Wc,EXPORTALL', '-qnoconvlit'],
'cflags!': [ '-fno-omit-frame-pointer' ],
}],
['OS=="linux"', {
Expand Down

0 comments on commit 958e928

Please sign in to comment.