mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'always-rangecheck' into 'master'
Turn on RANGECHECK in all builds See merge request KartKrew/Kart!944
This commit is contained in:
commit
63eeb5c934
1 changed files with 2 additions and 2 deletions
|
|
@ -107,12 +107,12 @@ extern "C" {
|
||||||
#if !defined (NDEBUG)
|
#if !defined (NDEBUG)
|
||||||
#define PACKETDROP
|
#define PACKETDROP
|
||||||
#define PARANOIA
|
#define PARANOIA
|
||||||
#define RANGECHECK
|
//#define RANGECHECK
|
||||||
#define ZDEBUG
|
#define ZDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Uncheck this to compile debugging code
|
// Uncheck this to compile debugging code
|
||||||
//#define RANGECHECK
|
#define RANGECHECK
|
||||||
//#ifndef PARANOIA
|
//#ifndef PARANOIA
|
||||||
//#define PARANOIA // do some tests that never fail but maybe
|
//#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
|
// turn this on by make etc.. DEBUGMODE = 1 or use the Debug profile in the VC++ projects
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue