From 491ec171ec6b940536e77af0c61c50e10a1848d5 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Thu, 23 Feb 2012 20:57:40 +0900 Subject: [PATCH] build: change default BUILDTYPE of gyp to Release --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 00fad438bc6..3542f86f5ed 100644 --- a/common.gypi +++ b/common.gypi @@ -10,7 +10,7 @@ }, 'target_defaults': { - 'default_configuration': 'Debug', + 'default_configuration': 'Release', 'configurations': { 'Debug': { 'defines': [ 'DEBUG', '_DEBUG' ],