From 84f88ce2098ac561611a32d0906a424e9ce46fac Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 11 Jan 2018 03:14:41 +0000 Subject: [PATCH] drop default stripping If people want to strip this, they can do so via `strip`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99f2795..5a3e95f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ XLIBS = # xtra libs if necessary? # -Bstatic for sunos, -static for gcc, etc. You want this, trust me. STATIC = CC = cc $(CFLAGS) -LD = $(CC) -s # linker; defaults to stripped executables +LD = $(CC) # linker; defaults to unstripped executables o = o # object extension ALL = nc