We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5a06f commit 4077ab8Copy full SHA for 4077ab8
src/shell/script/quickjs/quickjs.c
@@ -77,11 +77,11 @@
77
#define __extension__
78
#endif
79
80
-#define ENABLE_DUMPS
81
#ifndef NDEBUG
+#define ENABLE_DUMPS
82
83
84
-#define FORCE_GC_AT_MALLOC /* test the GC by forcing it before each object allocation */
+// #define FORCE_GC_AT_MALLOC /* test the GC by forcing it before each object allocation */
85
86
#define check_dump_flag(rt, flag) ((rt->dump_flags & (flag +0)) == (flag +0))
87
0 commit comments