Skip to content

Commit

Permalink
Revert "Use default symbol_level (#4686)" (#4866)
Browse files Browse the repository at this point in the history
This reverts commit a1d707c.

Additionally sets gold symbol_level to 1.

b/389688740
b/390205588
  • Loading branch information
andrewsavage1 authored Feb 7, 2025
1 parent f88d345 commit 6b97831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cobalt/build/gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ def get_build_args(build_args_path):

_BUILD_TYPES = {
'debug': {
'symbol_level': 2,
'is_debug': 'true',
},
'devel': {
'symbol_level': 1,
'is_debug': 'false',
},
'qa': {
'symbol_level': 1,
'is_official_build': 'true'
},
'gold': {
'symbol_level': 1,
'is_official_build': 'true',
'cobalt_is_release_build': 'true'
}
Expand Down

0 comments on commit 6b97831

Please sign in to comment.