Blaze  3.6
Debugging.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_DEBUGGING_H_
36 #define _BLAZE_SYSTEM_DEBUGGING_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/config/Debugging.h>
44 
45 
46 
47 
48 //=================================================================================================
49 //
50 // OPENMP MODE CONFIGURATION
51 //
52 //=================================================================================================
53 
54 //*************************************************************************************************
56 #if BLAZE_USE_DEBUG_MODE && !defined(NDEBUG)
57 #define BLAZE_DEBUG_MODE 1
58 #else
59 #define BLAZE_DEBUG_MODE 0
60 #endif
61 
62 //*************************************************************************************************
63 
64 #endif
Configuration of the debugging policy of the Blaze library.