Debugging.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 //*************************************************************************************************
58 #ifndef BLAZE_USE_DEBUG_MODE
59 #define BLAZE_USE_DEBUG_MODE 0
60 #endif
61 //*************************************************************************************************
62 
63 
64 //*************************************************************************************************
84 #ifndef BLAZE_USE_FUNCTION_TRACES
85 #define BLAZE_USE_FUNCTION_TRACES 0
86 #endif
87 //*************************************************************************************************