disabled debug features by default

This commit is contained in:
2020-11-12 17:02:12 -06:00
parent 01b796460a
commit ffe4fc6930
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
#include "cstate.h"
#define GC_STRESS
//#define GC_STRESS
//#define GC_DEBUG
// arrays will grow by a factor of 2
#define GROW_FACTOR 2