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:
parent
de637fa571
commit
6d792468c5
|
@ -29,3 +29,4 @@
|
|||
#endif
|
||||
|
||||
#define DUK_USE_DEEP_C_STACK
|
||||
#define DUK_OPT_REGEXP_CANON_WORKAROUND
|
||||
|
|
Loading…
Reference in New Issue