[webkit-changes] [WebKit/WebKit] 799d99: Avoid linker OOM with GCC on armv7

Max Rottenkolber noreply at github.com
Fri Oct 4 07:53:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 799d9937a096b59cf3866dbb34eca7756a7c2cde
      https://github.com/WebKit/WebKit/commit/799d9937a096b59cf3866dbb34eca7756a7c2cde
  Author: Max Rottenkolber <maximilian at igalia.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M Source/cmake/WebKitCompilerFlags.cmake

  Log Message:
  -----------
  Avoid linker OOM with GCC on armv7
https://bugs.webkit.org/show_bug.cgi?id=280881

Reviewed by Nikolas Zimmermann and Adrian Perez de Castro.

The option -fdebug-types-section causes ld to OOM
when using gcc on armv7. Do not use it for armv7.

* Source/cmake/WebKitCompilerFlags.cmake:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list