Skip to content

Commit 9ce0fdd

Browse files
committed
Generated binary is not stripped anymore
1 parent 25dde34 commit 9ce0fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ rolldice.o: rolldice.c $(INCLUDES)
2626
install: $(EXECFILES)
2727
install -d $(BIN) $(MAN)
2828
install ./rolldice $(BIN)
29-
strip $(BIN)/rolldice
3029
gzip -9 -c rolldice.6 > rolldice.6.gz
3130
install -m644 rolldice.6.gz $(MAN)
3231

0 commit comments

Comments
 (0)