summaryrefslogtreecommitdiff
path: root/deps/uv/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/common.gypi')
-rw-r--r--deps/uv/common.gypi11
1 files changed, 3 insertions, 8 deletions
diff --git a/deps/uv/common.gypi b/deps/uv/common.gypi
index ec482340c2..816847bfc7 100644
--- a/deps/uv/common.gypi
+++ b/deps/uv/common.gypi
@@ -32,10 +32,9 @@
},
'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '0',
- 'OTHER_CFLAGS': [ '-Wno-strict-aliasing' ],
},
'conditions': [
- ['OS != "os390"', {
+ ['OS != "zos"', {
'cflags': [ '-O0', '-fwrapv' ]
}],
['OS == "android"', {
@@ -48,7 +47,6 @@
'defines': [ 'NDEBUG' ],
'cflags': [
'-O3',
- '-fstrict-aliasing',
],
'msvs_settings': {
'VCCLCompilerTool': {
@@ -80,7 +78,7 @@
},
},
'conditions': [
- ['OS != "os390"', {
+ ['OS != "zos"', {
'cflags': [
'-fomit-frame-pointer',
'-fdata-sections',
@@ -160,7 +158,7 @@
'cflags': [ '-pthreads' ],
'ldflags': [ '-pthreads' ],
}],
- [ 'OS not in "solaris android os390"', {
+ [ 'OS not in "solaris android zos"', {
'cflags': [ '-pthread' ],
'ldflags': [ '-pthread' ],
}],
@@ -178,9 +176,6 @@
'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
'PREBINDING': 'NO', # No -Wl,-prebind
'USE_HEADERMAP': 'NO',
- 'OTHER_CFLAGS': [
- '-fstrict-aliasing',
- ],
'WARNING_CFLAGS': [
'-Wall',
'-Wendif-labels',