util: fix comment typo

Undefining the NDEBUG is relevant for release build, as they are the
ones that set it.

[Emil Velikov: split from previous patch]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Giuseppe Bilotta 2015-12-04 14:03:24 +00:00 committed by Emil Velikov
parent efaac624af
commit d566382a98

View file

@ -26,7 +26,7 @@
**************************************************************************/
/* Force assertions, even on debug builds. */
/* Force assertions, even on release builds. */
#undef NDEBUG