[Webkit-unassigned] [Bug 180913] [GTK] Fix compilation failures for a Release build with assertions turned on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 07:35:33 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=180913

--- Comment #9 from enometh at meer.net ---
(In reply to Darin Adler from comment #8)

I think NDEBUG is a CMake concept: It may be legit to have debug
variables and assertions enabled only in a "Debug" build and I think
CMAKE turns on NDEBUG  (Gowever "Debug" also turns on -g and
bloats the build)

NDEBUG may still make sense in other contexts:  LOG_DISABLED is toggled
by ASSERT_ENABLED, but logging and assertions ought to be independent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200129/6e67ea27/attachment.htm>


More information about the webkit-unassigned mailing list