mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
by messing with free memory and preallocating we break java 8...so we'll fix it
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user