Changeset 6443 for code/trunk/src/libraries/util
- Timestamp:
- Jan 4, 2010, 3:52:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/Debug.h
r6417 r6443 73 73 // Adjust this to discard certain output with level > hardDebugLevel at compile time already 74 74 #ifdef ORXONOX_RELEASE 75 const int hardDebugLevel = OutputLevel::Verbose 75 const int hardDebugLevel = OutputLevel::Verbose; 76 76 #elif defined(NDEBUG) 77 77 const int hardDebugLevel = OutputLevel::Verbose;
Note: See TracChangeset
for help on using the changeset viewer.