Bug 244731

Summary: [WebAuthn] Turn off optimization for some files to workaround LTO bug
Product: WebKit Reporter: pascoe <pascoe>
Component: WebKit Misc.Assignee: pascoe <pascoe>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description pascoe@apple.com 2022-09-02 15:01:02 PDT
Optimization causes issues in some configurations, turning off optimization for some files.
Comment 1 pascoe@apple.com 2022-09-02 15:22:55 PDT
rdar://99350672
Comment 2 pascoe@apple.com 2022-09-02 15:34:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3973
Comment 3 EWS 2022-09-02 18:14:54 PDT
Committed 254123@main (06d4a7261d9b): <https://commits.webkit.org/254123@main>

Reviewed commits have been landed. Closing PR #3973 and removing active labels.
Comment 4 Alexey Proskuryakov 2022-09-04 11:50:03 PDT
Is there a bug filed against clang for this?