mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 20:28:01 +00:00
qjsc: added missing -fno-weakref
This commit is contained in:
parent
251a8b2211
commit
c361210f3a
1
qjsc.c
1
qjsc.c
@ -76,6 +76,7 @@ static const FeatureEntry feature_list[] = {
|
||||
{ "promise", "Promise" },
|
||||
#define FE_MODULE_LOADER 9
|
||||
{ "module-loader", NULL },
|
||||
{ "weakref", "WeakRef" },
|
||||
};
|
||||
|
||||
void namelist_add(namelist_t *lp, const char *name, const char *short_name,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user