by messing with free memory and preallocating we break java 8...so we'll fix it

This commit is contained in:
DarthArgus
2016-02-23 22:09:52 -06:00
parent 2a388362d6
commit b86eba889f
@@ -63,16 +63,16 @@
#define DO_TRACK 1
#define DO_SCALAR 1
#define DO_GUARDS 1
#define DO_INITIALIZE_FILLS 1
#define DO_FREE_FILLS 1
#define DO_INITIALIZE_FILLS 0
#define DO_FREE_FILLS 0
#elif DEBUG_LEVEL == DEBUG_LEVEL_OPTIMIZED
#define DO_TRACK 1
#define DO_SCALAR 1
#define DO_GUARDS 1
#define DO_INITIALIZE_FILLS 1
#define DO_FREE_FILLS 1
#define DO_INITIALIZE_FILLS 0
#define DO_FREE_FILLS 0
#elif DEBUG_LEVEL == DEBUG_LEVEL_RELEASE