--- Makefile.orig	Tue Dec 16 14:04:54 2003
+++ Makefile	Tue Dec 16 14:05:04 2003
@@ -15,7 +15,7 @@
 # -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 stripped executables
 o = o		# object extension
 
 ALL = nc
