Turn on RANGECHECK in all builds

This commit is contained in:
James R 2023-02-18 22:34:51 -08:00
parent e1078e4cb4
commit 601fb49d6d

View file

@ -107,12 +107,12 @@ extern "C" {
#if !defined (NDEBUG)
#define PACKETDROP
#define PARANOIA
#define RANGECHECK
//#define RANGECHECK
#define ZDEBUG
#endif
// Uncheck this to compile debugging code
//#define RANGECHECK
#define RANGECHECK
//#ifndef PARANOIA
//#define PARANOIA // do some tests that never fail but maybe
// turn this on by make etc.. DEBUGMODE = 1 or use the Debug profile in the VC++ projects