RESOLVED FIXED 280945
[Skia] Add build option to toggle SK_DEBUG
https://bugs.webkit.org/show_bug.cgi?id=280945
Summary [Skia] Add build option to toggle SK_DEBUG
Adrian Perez
Reported 2024-10-06 07:22:13 PDT
We may want to enable SK_DEBUG sometimes while working on Skia code, to catch issues using its API which would go silently ignored (or end up in incorrect results) when SK_RELEASE is enabled. Still, we do NOT want to have SK_DEBUG enabled in general with DEVELOPER_MODE=ON, nor for CMAKE_BUILD_TYPE=Debug|RelWithDebInfo -- we want a separate option to control it separately.
Attachments
Adrian Perez
Comment 1 2024-10-06 07:27:26 PDT
EWS
Comment 2 2024-10-06 13:13:40 PDT
Committed 284742@main (480ca7310445): <https://commits.webkit.org/284742@main> Reviewed commits have been landed. Closing PR #34744 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.