Default all targets to Release

This commit is contained in:
probablycorey
2013-03-04 15:36:07 -08:00
parent ae1757aa4a
commit 716a78a774

View File

@@ -39,7 +39,7 @@
'sources.gypi',
],
'target_defaults': {
'default_configuration': 'Debug',
'default_configuration': 'Release',
'configurations': {
'Debug': {
'defines': ['DEBUG=1'],