From df5d3022d2eb88a9e39f557d24f0df600ff51548 Mon Sep 17 00:00:00 2001 From: Freddy Caceres Date: Mon, 13 Sep 2021 23:02:40 +0200 Subject: [PATCH] rever makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92839f17ed..97839045e2 100755 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ endif ldflags += $(LDFLAGS) ldflags := $(strip $(ldflags)) -BUILD_FLAGS := -tags "$(build_tags)" +BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)' # check for nostrip option ifeq (,$(findstring nostrip,$(COSMOS_BUILD_OPTIONS))) BUILD_FLAGS += -trimpath