Disable frame pointer omission for Windows ARM64 debug build
RtlCaptureStackBackTrace on Windows ARM64 relies on frame pointer chain to walk the stack which is guaranteed by "/Oy-" option for clang-cl.exe/cl.exe. This option is enabled in optimized build but not in debug build which could cause missing Chromium modules in stack trace. Bug: 893460 Change-Id: I60c3196aa8917209cfcf059eecc1660c291f5c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854825Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Tom Tan <Tom.Tan@microsoft.com> Cr-Commit-Position: refs/heads/master@{#705184}
Showing
Please register or sign in to comment