Hello all,

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


And we should also update accordingly the message displayed by the -- debug-flags option, ie change the end of the DEBUG_FLAGS macro in main.c from :


DEBUG_ORACLE_STREAM         0x1000000\n\
DEBUG_LARGE_SCALE           0x2000000\n\

to

DEBUG_ORACLE_STREAM         0x1000000\n\
DEBUG_LARGE_SCALE           0x2000000\n\
DEBUG_SPLIT_OWL             0x4000000\n\


























... /// ... \\\ ...



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

Reply via email to