mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 00:41:16 +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)
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue