Turn off debugging
This commit is contained in:
parent
ac0f95683f
commit
389908c499
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define DEBUG_PRINT_CODE
|
||||
#define DEBUG_TRACE_EXECUTION
|
||||
/* #define DEBUG_PRINT_CODE */
|
||||
/* #define DEBUG_TRACE_EXECUTION */
|
||||
|
||||
#define DEBUG_STRESS_GC
|
||||
#define DEBUG_LOG_GC
|
||||
/* #define DEBUG_STRESS_GC */
|
||||
/* #define DEBUG_LOG_GC */
|
||||
|
||||
#define UINT8_COUNT (UINT8_MAX + 1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue