drop default stripping
If people want to strip this, they can do so via `strip`.
This commit is contained in:
		
							
								
								
									
										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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user