Allow building specs w/ Release configuration

Fixes a build error that would happen when running 'make' with no arguments.
/cc @robrix
This commit is contained in:
Max Brunsfeld 2015-10-27 09:55:55 -07:00
parent b61b27f22f
commit 9b68ee62c8

View file

@ -48,7 +48,7 @@
'target_defaults': {
'default_configuration': 'Debug',
'configurations': {'Debug': {}},
'configurations': {'Debug': {}, 'Release': {}},
'cflags': [
'-g',