Skip to content

Commit

Permalink
Use default symbol_level
Browse files Browse the repository at this point in the history
Increases android gold builds by 0.25mb and provides better symbols
when symbolizing crashes.

b/389688740
  • Loading branch information
andrewsavage1 committed Jan 13, 2025
1 parent 58fc967 commit 04a4255
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cobalt/build/gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,15 @@ 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': 0,
'is_official_build': 'true',
'cobalt_is_release_build': 'true'
}
Expand Down

0 comments on commit 04a4255

Please sign in to comment.