diff options
author | Shigeki Ohtsu <ohtsu@iij.ad.jp> | 2012-01-18 18:37:02 +0900 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-02-23 14:11:26 +0100 |
commit | 680d75af34f9c6a0b478977e9b3dbc4d25f26402 (patch) | |
tree | 33b7175babc101a0fd9e6b00685cbf7d43223eb0 /common.gypi | |
parent | b92a919500daf9ec645cd42cd6a8c99883e5198d (diff) | |
download | node-new-680d75af34f9c6a0b478977e9b3dbc4d25f26402.tar.gz |
build: make default_configuration consistent with BUILDTYPE
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi index 00fad438bc..7c462e7eea 100644 --- a/common.gypi +++ b/common.gypi @@ -10,7 +10,6 @@ }, 'target_defaults': { - 'default_configuration': 'Debug', 'configurations': { 'Debug': { 'defines': [ 'DEBUG', '_DEBUG' ], |