[webkit-changes] [WebKit/WebKit] 480ca7: [Skia] Add build option to toggle SK_DEBUG

Adrian Perez noreply at github.com
Sun Oct 6 13:13:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 480ca73104459953a95b269b0a40a6ebd27fe732
      https://github.com/WebKit/WebKit/commit/480ca73104459953a95b269b0a40a6ebd27fe732
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-10-06 (Sun, 06 Oct 2024)

  Changed paths:
    M Source/ThirdParty/skia/CMakeLists.txt

  Log Message:
  -----------
  [Skia] Add build option to toggle SK_DEBUG
https://bugs.webkit.org/show_bug.cgi?id=280945

Reviewed by Nikolas Zimmermann.

Add a SKIA_DEBUG option to the Skia CMake build recipe, which toggles
between SK_RELEASE (when disabled) and SK_DEBUG (when enabled).

* Source/ThirdParty/skia/CMakeLists.txt: Add build option and list
  additional source file containing the implementation of an internal
  Skia check.

Canonical link: https://commits.webkit.org/284742@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