JS: use deep stack, regardless of platform.
Without enabling this, the compiler recursion limit will be hit when parsing most non-trivial JS libraries.
This commit is contained in:
parent
1088c4cd38
commit
a7fb19f3a9
|
@ -27,3 +27,5 @@
|
|||
#undef DUK_USE_DATE_PRS_GETDATE
|
||||
#undef DUK_USE_DATE_PARSE_STRING
|
||||
#endif
|
||||
|
||||
#define DUK_USE_DEEP_C_STACK
|
||||
|
|
Loading…
Reference in New Issue