drop default stripping
If people want to strip this, they can do so via `strip`.
This commit is contained in:
parent
74922ad47b
commit
84f88ce209
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue