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:
parent
b61b27f22f
commit
9b68ee62c8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
'target_defaults': {
|
||||
'default_configuration': 'Debug',
|
||||
'configurations': {'Debug': {}},
|
||||
'configurations': {'Debug': {}, 'Release': {}},
|
||||
|
||||
'cflags': [
|
||||
'-g',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue