mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Turn on RANGECHECK in all builds
This commit is contained in:
parent
e1078e4cb4
commit
601fb49d6d
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