Merge branch 'always-rangecheck' into 'master'

Turn on RANGECHECK in all builds

See merge request KartKrew/Kart!944
This commit is contained in:
Oni 2023-02-19 08:15:26 +00:00
commit 63eeb5c934

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