Skip to content

Commit

Permalink
Use symbol_level=1 for gold builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsavage1 committed Feb 7, 2025
1 parent f1a9a50 commit 954cfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/build/gn.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_build_args(build_args_path):
'is_official_build': 'true'
},
'gold': {
'symbol_level': 0,
'symbol_level': 1,
'is_official_build': 'true',
'cobalt_is_release_build': 'true'
}
Expand Down

0 comments on commit 954cfc6

Please sign in to comment.