Debug_Base and Release_Base configs are abstract
This commit is contained in:
parent
48c9f4a0a6
commit
a1b682cd50
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,7 @@
|
|||
],
|
||||
}, # Common_Base
|
||||
'Debug_Base': {
|
||||
'abstract': 1,
|
||||
'defines': [
|
||||
# Use this instead of "NDEBUG" to determine whether we are in
|
||||
# Debug build, because "NDEBUG" is already used by Chromium.
|
||||
|
@ -189,6 +190,7 @@
|
|||
},
|
||||
}, # Debug_Base
|
||||
'Release_Base': {
|
||||
'abstract': 1,
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'Optimization': '2', # 2 = /Os
|
||||
|
|
Loading…
Reference in a new issue