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:
committed by
Emil Velikov
parent
efaac624af
commit
d566382a98
@@ -26,7 +26,7 @@
|
||||
**************************************************************************/
|
||||
|
||||
|
||||
/* Force assertions, even on debug builds. */
|
||||
/* Force assertions, even on release builds. */
|
||||
#undef NDEBUG
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user