mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
zos: update compiler options
PR-URL: https://github.com/nodejs/node-gyp/pull/1768 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
1597c84aad
commit
dd9bf929ac
1 changed files with 8 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue