From db3a33e450fb439432c6a7efe1652afc80aa0730 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 9 Feb 2008 08:21:35 +0000 Subject: [PATCH 1/1] DEBUG -> NDEBUG --- include/vlc_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 953e962444..4eee1dc7b4 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -357,7 +357,7 @@ VLC_EXPORT( void, __stats_ComputeGlobalStats, (vlc_object_t*,global_stats_t*)); /********* * Timing ********/ -#ifdef DEBUG +#ifndef NDEBUG #define stats_TimerStart(a,b,c) __stats_TimerStart( VLC_OBJECT(a), b,c ) #define stats_TimerStop(a,b) __stats_TimerStop( VLC_OBJECT(a), b ) #define stats_TimerDump(a,b) __stats_TimerDump( VLC_OBJECT(a), b ) -- 2.39.2