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
|
}, # Common_Base
|
||||||
'Debug_Base': {
|
'Debug_Base': {
|
||||||
|
'abstract': 1,
|
||||||
'defines': [
|
'defines': [
|
||||||
# Use this instead of "NDEBUG" to determine whether we are in
|
# Use this instead of "NDEBUG" to determine whether we are in
|
||||||
# Debug build, because "NDEBUG" is already used by Chromium.
|
# Debug build, because "NDEBUG" is already used by Chromium.
|
||||||
|
@ -189,6 +190,7 @@
|
||||||
},
|
},
|
||||||
}, # Debug_Base
|
}, # Debug_Base
|
||||||
'Release_Base': {
|
'Release_Base': {
|
||||||
|
'abstract': 1,
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCCLCompilerTool': {
|
'VCCLCompilerTool': {
|
||||||
'Optimization': '2', # 2 = /Os
|
'Optimization': '2', # 2 = /Os
|
||||||
|
|
Loading…
Reference in a new issue