Skip to content

Commit

Permalink
zos: update compiler options
Browse files Browse the repository at this point in the history
PR-URL: #1768
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
zsw007 authored and rvagg committed Jun 21, 2019
1 parent 1597c84 commit dd9bf92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion addon.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,14 @@
'cflags': [
'-q64',
'-Wc,DLL',
'-qlonglong'
'-qlonglong',
'-qenum=int',
'-qxclang=-fexec-charset=ISO8859-1'
],
'defines': [
'_ALL_SOURCE=1',
'MAP_FAILED=-1',
'_UNIX03_SOURCE=1'
],
'ldflags': [
'-q64',
Expand Down

0 comments on commit dd9bf92

Please sign in to comment.