Skip to content

Commit 33a93ef

Browse files
committed
drop
1 parent 54ea946 commit 33a93ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/deps/duktape/duk_config.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ void duk_extstr_set_handler(extstr_intern_check_fn _check, extstr_free_fn _free)
7878

7979
#define DUK_USE_EXTSTR_INTERN_CHECK duk_extstr_intern_check
8080
#define DUK_USE_EXTSTR_FREE duk_extstr_free
81+
//#define DUK_USE_VOLUNTARY_GC
82+
#undef DUK_USE_VOLUNTARY_GC
8183

8284
/*
8385
* Intermediate helper defines
@@ -2995,7 +2997,6 @@ typedef struct duk_hthread duk_context;
29952997
#undef DUK_USE_VALSTACK_UNSAFE
29962998
#define DUK_USE_VERBOSE_ERRORS
29972999
#define DUK_USE_VERBOSE_EXECUTOR_ERRORS
2998-
#undef DUK_USE_VOLUNTARY_GC
29993000
#define DUK_USE_ZERO_BUFFER_DATA
30003001

30013002
/*

0 commit comments

Comments
 (0)