mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-11 10:54:20 +08: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" },
|
{ "promise", "Promise" },
|
||||||
#define FE_MODULE_LOADER 9
|
#define FE_MODULE_LOADER 9
|
||||||
{ "module-loader", NULL },
|
{ "module-loader", NULL },
|
||||||
|
{ "weakref", "WeakRef" },
|
||||||
};
|
};
|
||||||
|
|
||||||
void namelist_add(namelist_t *lp, const char *name, const char *short_name,
|
void namelist_add(namelist_t *lp, const char *name, const char *short_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user