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 9e7540b commit 1541e70Copy full SHA for 1541e70
quickjs.c
@@ -65,7 +65,7 @@
65
#define CONFIG_PRINTF_RNDN
66
#endif
67
68
-#if !defined(EMSCRIPTEN) && !defined(__ASAN__)
+#if !defined(EMSCRIPTEN)
69
/* enable stack limitation */
70
#define CONFIG_STACK_CHECK
71
0 commit comments