drop default stripping

If people want to strip this, they can do so via `strip`.
This commit is contained in:
Mike Frysinger 2018-01-11 03:14:41 +00:00
parent 74922ad47b
commit 84f88ce209
1 changed files with 1 additions and 1 deletions

View File

@ -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