summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp26
1 files changed, 4 insertions, 22 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index a5ba14c315..45af6a1f96 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -17,28 +17,8 @@
}],
],
'xcode_settings': {
- 'conditions': [
- [ 'clang==1', {
- 'WARNING_CFLAGS': [
- '-Wall',
- '-Wextra',
- '-Wno-unused-parameter',
- '-Wno-dollar-in-identifier-extension'
- ]}, {
- 'WARNING_CFLAGS': [
- '-Wall',
- '-Wextra',
- '-Wno-unused-parameter'
- ]}
- ]
- ],
- 'OTHER_LDFLAGS': [
- ],
- 'OTHER_CFLAGS': [
- '-g',
- '--std=gnu89',
- '-pedantic'
- ],
+ 'WARNING_CFLAGS': [ '-Wall', '-Wextra', '-Wno-unused-parameter' ],
+ 'OTHER_CFLAGS': [ '-g', '--std=gnu89', '-pedantic' ],
}
},
@@ -335,6 +315,7 @@
'test/test-loop-close.c',
'test/test-loop-stop.c',
'test/test-loop-time.c',
+ 'test/test-loop-configure.c',
'test/test-walk-handles.c',
'test/test-watcher-cross-stop.c',
'test/test-multiple-listen.c',
@@ -350,6 +331,7 @@
'test/test-platform-output.c',
'test/test-poll.c',
'test/test-poll-close.c',
+ 'test/test-poll-close-doesnt-corrupt-stack.c',
'test/test-poll-closesocket.c',
'test/test-process-title.c',
'test/test-ref.c',