Module: Mesa Branch: master Commit: d566382a98bc1f6cbc8b93ca7eb9136d2363e5b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d566382a98bc1f6cbc8b93ca7eb9136d2363e5b0
Author: Giuseppe Bilotta <[email protected]> Date: Fri Dec 4 14:03:24 2015 +0000 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 <[email protected]> --- src/util/u_atomic_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/u_atomic_test.c b/src/util/u_atomic_test.c index 7844f61..7a77768 100644 --- a/src/util/u_atomic_test.c +++ b/src/util/u_atomic_test.c @@ -26,7 +26,7 @@ **************************************************************************/ -/* Force assertions, even on debug builds. */ +/* Force assertions, even on release builds. */ #undef NDEBUG _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
