build: change default BUILDTYPE of gyp to Release
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 23 Feb 2012 11:57:40 +0000 (20:57 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 23 Feb 2012 13:11:26 +0000 (14:11 +0100)
common.gypi

index 00fad43..3542f86 100644 (file)
@@ -10,7 +10,7 @@
   },
 
   'target_defaults': {
-    'default_configuration': 'Debug',
+    'default_configuration': 'Release',
     'configurations': {
       'Debug': {
         'defines': [ 'DEBUG', '_DEBUG' ],