Evas filters: Disable time debug logs (blur)

Enabling those will break windows build.
This commit is contained in:
Jean-Philippe Andre 2014-02-10 11:06:47 +09:00
parent b9b8300f98
commit 40c18743f4
1 changed files with 7 additions and 1 deletions

View File

@ -4,8 +4,14 @@
#include <math.h>
#include <time.h>
#define DEBUG_TIME 1
// Enable debug if you're working on optimizations
#define DEBUG_TIME 0
// Windows build will break if CLOCK_MONOTONIC is used
#if !defined(_POSIX_MONOTONIC_CLOCK) || (_POSIX_MONOTONIC_CLOCK < 0)
# undef DEBUG_TIME
# define DEBUG_TIME 0
#endif
#if DIV_USING_BITSHIFT
static int