Bug 280945

Summary: [Skia] Add build option to toggle SK_DEBUG
Product: WebKit Reporter: Adrian Perez <aperez>
Component: CMakeAssignee: Adrian Perez <aperez>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 268972    

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.