/ macros.h
macros.h
1  #define RELEASE_LOG(fmt, ...)
2  #define DEBUG_LOG(fmt, ...)
3  #define DEBUG_BREAK() __builtin_trap()
4  #define UNLIKELY(x) __builtin_expect((x),0)
5