]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
DEBUG -> NDEBUG
[vlc] / include / vlc_messages.h
index 953e96244469501c8f0dce2e7161ab2013b084c1..4eee1dc7b4d254e32c504923858aaf29549ea55a 100644 (file)
@@ -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 )