Blaze 3.9
Debugging.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35
36//*************************************************************************************************
62#ifndef BLAZE_USE_DEBUG_MODE
63#define BLAZE_USE_DEBUG_MODE 0
64#endif
65//*************************************************************************************************
66
67
68//*************************************************************************************************
92#ifndef BLAZE_USE_FUNCTION_TRACES
93#define BLAZE_USE_FUNCTION_TRACES 0
94#endif
95//*************************************************************************************************