#buildfix
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m58s

This commit is contained in:
Cory McWilliams 2024-08-25 12:45:42 -04:00
parent 5951d7cd2d
commit c024777184

View File

@ -502,7 +502,7 @@ $(UV_OBJS): CFLAGS += \
-Wno-unused-but-set-variable \ -Wno-unused-but-set-variable \
-Wno-unused-result \ -Wno-unused-result \
-Wno-unused-variable -Wno-unused-variable
$(UV_OBJS): CFLAGS := $(filter-out -flto,$(CFLAGS)) $(UV_OBJS): CFLAGS += -fno-lto
$(filter out/win%,$(UV_OBJS)): CFLAGS += -Wno-cast-function-type $(filter out/win%,$(UV_OBJS)): CFLAGS += -Wno-cast-function-type
ifeq ($(UNAME_S),Linux) ifeq ($(UNAME_S),Linux)
$(UV_OBJS): CFLAGS += \ $(UV_OBJS): CFLAGS += \