> There seems to be a clash between the last debug flags, as defined in  
> gnugo.h :
> 
>    #define DEBUG_ORACLE_STREAM         0x1000000
>    #define DEBUG_LARGE_SCALE           0x1000000
>    #define DEBUG_SPLIT_OWL             0x2000000
> 
> DEBUG_LARGE_SCALE should probably be 0x2000000, and DEBUG_SPLIT_OWL  
> be 0x4000000

There was a conscious decision to save one debug
flag. The default configure options are:

/* Large Scale Captures. Disabled by default. */
#define LARGE_SCALE 0

/* Oracle. Default not enabled. */
#define ORACLE 0

Unless the oracle code is enabled (for metamachine)
those debug calls will not be encountered and same
for large_scale. So unless you somehow want both
you will not be inconvenienced.

Dan


_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to