mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Debug_Base and Release_Base configs are abstract
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user