From 33a93ef6253c711e342cbe488ce14ee36cd35dd5 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Fri, 30 Nov 2018 18:49:42 +0100 Subject: [PATCH] drop --- core/deps/duktape/duk_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/deps/duktape/duk_config.h b/core/deps/duktape/duk_config.h index 016e5c1f82..76b63aeec1 100644 --- a/core/deps/duktape/duk_config.h +++ b/core/deps/duktape/duk_config.h @@ -78,6 +78,8 @@ void duk_extstr_set_handler(extstr_intern_check_fn _check, extstr_free_fn _free) #define DUK_USE_EXTSTR_INTERN_CHECK duk_extstr_intern_check #define DUK_USE_EXTSTR_FREE duk_extstr_free +//#define DUK_USE_VOLUNTARY_GC +#undef DUK_USE_VOLUNTARY_GC /* * Intermediate helper defines @@ -2995,7 +2997,6 @@ typedef struct duk_hthread duk_context; #undef DUK_USE_VALSTACK_UNSAFE #define DUK_USE_VERBOSE_ERRORS #define DUK_USE_VERBOSE_EXECUTOR_ERRORS -#undef DUK_USE_VOLUNTARY_GC #define DUK_USE_ZERO_BUFFER_DATA /*