turn off thread->env mapping for DEBUG too (for now)

I'm getting crashes and don't want to think about it. It may be time to
remove this, though it's needed for logging-storage to work from jni.
To be revisited....
This commit is contained in:
Eric House 2020-04-29 10:31:37 -07:00
parent e34da24393
commit 1969b1137e

View file

@ -27,7 +27,7 @@
typedef struct _JNIState JNIState; typedef struct _JNIState JNIState;
#ifdef DEBUG #ifdef DEBUG
# define MAP_THREAD_TO_ENV // # define MAP_THREAD_TO_ENV
#endif #endif
typedef struct _AndGameGlobals { typedef struct _AndGameGlobals {