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 <[email protected]>
  • Loading branch information
zsw007 authored and richardlau committed Jun 20, 2019
1 parent 051b6ed commit 98a49de
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 98a49de

Please sign in to comment.