qjsc: added missing -fno-weakref

This commit is contained in:
Fabrice Bellard 2025-04-14 15:05:02 +02:00
parent 251a8b2211
commit c361210f3a

1
qjsc.c
View File

@ -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,