Skip to content

Commit 958e928

Browse files
jBarzsjanuary
authored andcommitted
Skip converting literals to ascii on z/OS (#65)
1 parent 8eea200 commit 958e928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}],
6868
['OS in "os390 zos"', {
6969
"defines": [ "_ZOS", "_UNIX03_THREADS" ],
70-
'cflags_cc': ['-Wc,EXPORTALL'],
70+
'cflags_cc': ['-Wc,EXPORTALL', '-qnoconvlit'],
7171
'cflags!': [ '-fno-omit-frame-pointer' ],
7272
}],
7373
['OS=="linux"', {

0 commit comments

Comments
 (0)