gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] Debug flags


From: Stéphane Nicolet
Subject: [gnugo-devel] Debug flags
Date: Mon, 10 Oct 2005 15:45:09 +0200


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\


























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





reply via email to

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