WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2024-10-06 07:27:26 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/34744
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.
Top of Page
Format For Printing
XML
Clone This Bug