Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Debug_Base and Release_Base configs are abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Apr 11, 2015
1 parent 14b4dc7 commit 9b4018b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brightray.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -189,6 +190,7 @@
},
}, # Debug_Base
'Release_Base': {
'abstract': 1,
'msvs_settings': {
'VCCLCompilerTool': {
'Optimization': '2', # 2 = /Os
Expand Down

0 comments on commit 9b4018b

Please sign in to comment.