From 1e02e7c81f688d9e5f2f91eabd1d808ccd92f26e Mon Sep 17 00:00:00 2001 From: 0g-wh Date: Mon, 5 Aug 2024 16:45:58 +0800 Subject: [PATCH] fix linking --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3db8fb06..f556645c 100644 --- a/Makefile +++ b/Makefile @@ -177,8 +177,6 @@ ifeq (,$(findstring nostrip,$(COSMOS_BUILD_OPTIONS))) ldflags += -w -s endif -$(info The value of LINK_STATICALLY is: $(LINK_STATICALLY)) - ifeq ($(LINK_STATICALLY),true) ldflags += -linkmode=external -extldflags "-Wl,-z,muldefs -static -lm" endif