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:
John-Mark Bell 2015-08-15 09:57:09 +00:00
parent 1088c4cd38
commit a7fb19f3a9
1 changed files with 2 additions and 0 deletions

View File

@ -27,3 +27,5 @@
#undef DUK_USE_DATE_PRS_GETDATE
#undef DUK_USE_DATE_PARSE_STRING
#endif
#define DUK_USE_DEEP_C_STACK