Browse Source

remove inc bc its too unstable

txlyre 1 week ago
parent
commit
9ab0a3ca41
1 changed files with 0 additions and 1 deletions
  1. 0 1
      jk.c

+ 0 - 1
jk.c

@@ -7284,7 +7284,6 @@ void jkexec(interpreter_t *state, FILE *fd, bool isrepl, char **s) {
 
 int main(int argc, char **argv) {
   GC_INIT();
-  GC_enable_incremental();
 
   guards = list_new();