gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Debug flags


From: bump
Subject: Re: [gnugo-devel] Debug flags
Date: Mon, 10 Oct 2005 06:48:35 -0700

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]