mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
efaac624af
commit
d566382a98
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
/* Force assertions, even on debug builds. */
|
||||
/* Force assertions, even on release builds. */
|
||||
#undef NDEBUG
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue