le_build_config.h
Go to the documentation of this file.
1 
27 //--------------------------------------------------------------------------------------------------
35 //--------------------------------------------------------------------------------------------------
36 #ifndef LE_BUILD_CONFIG_H_INCLUDE_GUARD
37 #define LE_BUILD_CONFIG_H_INCLUDE_GUARD
38 
39 
40 
41 // Uncomment this define to enable memory tracing.
42 //#define LE_MEM_TRACE
43 
44 
45 
46 // Uncomment this define to enable valgrind style memory tracking.
47 //#define LE_MEM_VALGRIND
48 
49 
50 
51 #endif