Enable the REGEXP_CANON_WORKAROUND option

We need to enable this option now as it is off by default, but it was on in
the regexp-canonicalize-lookup branch we used previously.
This commit is contained in:
Michael Drake 2015-12-14 15:53:57 +00:00
parent de637fa571
commit 6d792468c5
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@
#endif
#define DUK_USE_DEEP_C_STACK
#define DUK_OPT_REGEXP_CANON_WORKAROUND