mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
"init_stack_vars = true" inserts additional instructions which usually removed by optimization if code does not rely on undefined behaviour of uninitialized variables. However in non-optimized build these instructions may still be present. Bug: chromium:1030261 Change-Id: I85d1d0a240dcd1c29c6ff148e88d572b5dcc81d1 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1949846 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org>