From b0e3d922c8d62661f647a520988faf85a01b5b38 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 21 Aug 2024 19:40:07 -0400 Subject: [PATCH] libuv busy loop in uv__run_timers with -flto. Sigh. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 9b61de5b..a34c1b04 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -499,6 +499,7 @@ $(UV_OBJS): CFLAGS += \ -Wno-unused-but-set-variable \ -Wno-unused-result \ -Wno-unused-variable +$(UV_OBJS): CFLAGS := $(filter-out -flto,$(CFLAGS)) ifeq ($(UNAME_S),Linux) $(UV_OBJS): CFLAGS += \ -D_GNU_SOURCE