From: Fabrice Bellard Date: Mon, 14 Apr 2025 13:05:02 +0000 (+0200) Subject: qjsc: added missing -fno-weakref X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/stylesheets/print.css?a=commitdiff_plain;h=c361210f3aae11286fa6a1d8b38820e9118f28c3;p=quickjs.git qjsc: added missing -fno-weakref --- 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,