Browse Source

Makefile: Don't strip binaries on install.

Alessio Treglia 12 years ago
parent
commit
9cec34a3e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -126,7 +126,7 @@ distclean: clean
126 126
 	$(Q)$(MAKE) -s -C $(FUNCS_DIR) clean
127 127
 	$(Q)$(RM) FFdecsa.opts
128 128
 
129
-install: all strip
129
+install: all
130 130
 	@install -d "$(INSTALL_PRG_DIR)"
131 131
 	@install -d "$(INSTALL_DOC_DIR)"
132 132
 	@echo "INSTALL $(INSTALL_PRG) -> $(INSTALL_PRG_DIR)"

Loading…
Cancel
Save