New issue
Advanced search Search tips

Issue 922171 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 1
Type: Feature



Sign in to add a comment

Turn off all optimizations on Fuchsia debug builds

Project Member Reported by awolter@chromium.org, Jan 15

Issue description

 crbug.com/910243  turned on size optimizations on Fuchsia debug builds so that they fit on the debug bot. In order to use a debugger like zxdb to step through code, we need to turn off optimizations. In order to fix the debug bot, we should use the `--fvm_image_size` gn flag in the Fuchsia build.
 
Labels: M-73
Status: Assigned (was: Untriaged)
Could we remove this optimization by default, but have a GN argument to allow us to enable it just on our bots?

Or perhaps our Debug bot should be switched to run a Release+DCHECK+Component build with a non-zero symbol-level?
What do we want to test with the debug bot in the first place? Is it really about the component build?

Sign in to add a comment