build: change default BUILDTYPE of gyp to Release

This commit is contained in:
Shigeki Ohtsu 2012-02-23 20:57:40 +09:00 committed by Ben Noordhuis
parent 58e5d69250
commit 491ec171ec

View File

@ -10,7 +10,7 @@
},
'target_defaults': {
'default_configuration': 'Debug',
'default_configuration': 'Release',
'configurations': {
'Debug': {
'defines': [ 'DEBUG', '_DEBUG' ],