Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d2f23775f2b2a232b47b84123930ef7d3beac391
      
https://github.com/WebKit/WebKit/commit/d2f23775f2b2a232b47b84123930ef7d3beac391
  Author: Nikolas Zimmermann <nzimmerm...@igalia.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M Source/cmake/WebKitCompilerFlags.cmake

  Log Message:
  -----------
  [GTK][WPE] Avoid linker relocation errors on Debug/RelWithDebInfo builds
https://bugs.webkit.org/show_bug.cgi?id=278861

Reviewed by Adrian Perez de Castro.

Split debug information in ".debug_types" / ".debug_info" sections - this leads
to a smaller overall size of the debug information, and avoids linker relocation
errors on e.g. aarch64 (relocation R_AARCH64_ABS32 out of range: 4312197985 is
not in [-2147483648, 4294967295]).

  -> Unconditionally pass '-fdebug-types-section' to gcc/clang, to mitigate it.

* Source/cmake/WebKitCompilerFlags.cmake:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to