From c361210f3aae11286fa6a1d8b38820e9118f28c3 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 14 Apr 2025 15:05:02 +0200 Subject: [PATCH] qjsc: added missing -fno-weakref --- qjsc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qjsc.c b/qjsc.c index 13e6fa5..f9e1928 100644 --- a/qjsc.c +++ b/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,