/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 270 by senkov, Sat Jul 3 20:08:07 2004 UTC revision 271 by schoenebeck, Fri Oct 8 20:51:39 2004 UTC
# Line 42  Line 42 
42  #  include <config.h>  #  include <config.h>
43  #endif  #endif
44    
45    #define DEVMODE         1  ///< in development mode we do some extra sanity checks here and there, so if LS is stable this can be disabled to improve efficiency
46    
47    #define USE_EXCEPTIONS  0  ///< wether if we should use exceptions in the _REALTIME_THREAD_ for runtime critical errors or force segfaults instead
48    
49  #define LS_DEBUG_LEVEL  1  ///< the higher this value the higher verbosity, 0 means no debug messages at all  #define LS_DEBUG_LEVEL  1  ///< the higher this value the higher verbosity, 0 means no debug messages at all
50    
51  #if LS_DEBUG_LEVEL > 0  #if LS_DEBUG_LEVEL > 0

Legend:
Removed from v.270  
changed lines
  Added in v.271

  ViewVC Help
Powered by ViewVC