From 2457047314ad5be6e924aa014bd9ac7b8905088e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 9 Feb 2018 15:22:12 +0100 Subject: [PATCH] make: also print the linker command --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0bb4d1345..80269b214 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ endif info: $(info Target: Knot DNS Resolver $(VERSION)-$(PLATFORM)) $(info Compiler: $(CC) $(BUILD_CFLAGS)) + $(info Linker: $(CCLD) $(BUILD_LDFLAGS)) $(info ) $(info Variables) $(info ---------) -- 2.47.2