~burner/xsb/debianized-xsb

« back to all changes in this revision

Viewing changes to build/def_debug.in

  • Committer: Michael R. Head
  • Date: 2006-09-06 22:11:55 UTC
  • Revision ID: burner@n23-20060906221155-7e398d23438a7ee4
Add the files from the 3.0.1 release package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Various debug options. They are here rather than in def_config.in to make
 
3
   complete recompilation less likely, if the debugging option is requested */
 
4
 
 
5
/* General debug -- should not change code */
 
6
#undef DEBUG
 
7
 
 
8
/* Verbose execution */
 
9
#undef DEBUG_VERBOSE
 
10
 
 
11
/* VM Debugging */
 
12
#undef DEBUG_VM
 
13
 
 
14
/* Assertions */
 
15
#undef DEBUG_ASSERTIONS
 
16
 
 
17
#undef CP_DEBUG
 
18
 
 
19
/* Heap debug           */
 
20
#undef DEBUG_HEAP
 
21
 
 
22
/* Profiling            */
 
23
#undef PROFILE