Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-04 10:36:27 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-06 14:12:05 +0400
commitbea4827de0d5c92320ce93295269a40c678e5168 (patch)
treedf2e2872e02f7b81eb74ea8a42e664b658b31914 /deps
parent518430db3a8e2e5374136a0ec9754b6d5a7e8ee6 (diff)
More progress with gyp
Diffstat (limited to 'deps')
-rw-r--r--deps/uv/build/all.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/uv/build/all.gyp b/deps/uv/build/all.gyp
index debee7d866c..0a905dd476d 100644
--- a/deps/uv/build/all.gyp
+++ b/deps/uv/build/all.gyp
@@ -1,4 +1,14 @@
{
+ 'target_defaults': {
+ 'configurations': {
+ 'Debug': {
+ 'defines': [ 'DEBUG', '_DEBUG' ]
+ },
+ 'Release': {
+ 'defines': [ 'NDEBUG' ]
+ }
+ }
+ },
'targets': [
{
'target_name': 'uv',