From 9b68ee62c8c5574c45d5cb4237361737fd1ac9fc Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 27 Oct 2015 09:55:55 -0700 Subject: [PATCH] Allow building specs w/ Release configuration Fixes a build error that would happen when running 'make' with no arguments. /cc @robrix --- tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.gyp b/tests.gyp index 65b54112..27f86b3c 100644 --- a/tests.gyp +++ b/tests.gyp @@ -48,7 +48,7 @@ 'target_defaults': { 'default_configuration': 'Debug', - 'configurations': {'Debug': {}}, + 'configurations': {'Debug': {}, 'Release': {}}, 'cflags': [ '-g',