Work around WebCore failing to build due to NDEBUG getting undefined in release
Created attachment 428560 [details] Patch
<rdar://problem/77982432>
Comment on attachment 428560 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=428560&action=review > Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h:52 > +#if defined(WK_NDEBUG) && !defined(NDEBUG) I'd undef WK_NDEBUG here, as leaking debug related defines from headers just doesn't feel good right now.
Fair point :)
Created attachment 428568 [details] Patch
Committed r277464 (237707@main): <https://commits.webkit.org/237707@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 428568 [details].
Re-opened since this is blocked by bug 226709