Difference for ./defines.in from version 1.7 to 1.8


version 1.7 version 1.8
Line 10
 
Line 10
 # DEBUG: enable asserts, int3, etc. and include debugger data  # DEBUG: enable asserts, int3, etc. and include debugger data
 #DEBUG = 1  #DEBUG = 1
   
   # DEBUGABLE:    compiles an executable that is suitable for debugging, but
   # without including all the extra debug asserts/etc
   #DEBUGABLE = 1
   
 # CHECKER: compile with memory usage debugger.  Must also set NO_ASM and STATICSDL  # CHECKER: compile with memory usage debugger.  Must also set NO_ASM and STATICSDL
 #caveats:   #caveats:
 # 1)segfaults unless you use -nosound, don't know why.  # 1)segfaults unless you use -nosound, don't know why.

Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8