[webkit-changes] [WebKit/WebKit] f2921e: REGRESSION(269405 at main)[Win] /OPT:NOICF linker swi...

Fujii Hironori noreply at github.com
Tue Oct 17 17:18:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f2921eabafd54691bddf7342542e6e1257a6d7f0
      https://github.com/WebKit/WebKit/commit/f2921eabafd54691bddf7342542e6e1257a6d7f0
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M Source/cmake/OptionsMSVC.cmake

  Log Message:
  -----------
  REGRESSION(269405 at main)[Win] /OPT:NOICF linker switch is duplicated for debug build
https://bugs.webkit.org/show_bug.cgi?id=263285

Reviewed by Don Olmstead.

269405 at main added /OPT:NOICF switch, but 167777 at main also added it for
debug build.

* Source/cmake/OptionsMSVC.cmake:
Removed /OPT:NOICF switch of debug build. Use string(APPEND).

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




More information about the webkit-changes mailing list