Browse Source

add DUK_OPT_GC_TORTURE

pull/1/head
Sami Vaarala 11 years ago
parent
commit
468d871f44
  1. 4
      src/duk_features.h

4
src/duk_features.h

@ -1035,6 +1035,10 @@ extern double duk_computed_nan;
#undef DUK_USE_MS_STRINGTABLE_RESIZE
#endif
#if defined(DUK_OPT_GC_TORTURE)
#define DUK_USE_GC_TORTURE
#endif
/*
* Error handling options
*/

Loading…
Cancel
Save