[webkit-changes] [WebKit/WebKit] 06d4a7: [WebAuthn] Turn off optimization for some files to...

John Pascoe noreply at github.com
Fri Sep 2 18:15:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06d4a7261d9b1c77d142549bd8b41e10eb94972a
      https://github.com/WebKit/WebKit/commit/06d4a7261d9b1c77d142549bd8b41e10eb94972a
  Author: J Pascoe <j_pascoe at apple.com>
  Date:   2022-09-02 (Fri, 02 Sep 2022)

  Changed paths:
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebKit/Sources.txt
    M Source/WebKit/SourcesCocoa.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WebAuthn] Turn off optimization for some files to workaround LTO bug
https://bugs.webkit.org/show_bug.cgi?id=244731
rdar://99350672

Reviewed by Elliott Williams.

LTO optimization on these files ends up causing issues in some configurations,
so this patch disables optimization on those files until that is resolved. None
of them are hot paths.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/Sources.txt:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/254123@main




More information about the webkit-changes mailing list