diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2004-10-01 13:32:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-01 13:32:13 +0000 |
commit | 65d1bea201823178fced4ed1429485eca527e733 (patch) | |
tree | baa27b5083229113847f541e22d18b4676d44ada /Makefile | |
parent | 71c32f19b346f565c23d282f327e84a6af39edc7 (diff) | |
download | ffmpeg-65d1bea201823178fced4ed1429485eca527e733.tar.gz |
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ install: all install-man $(INSTALLVHOOK) $(MAKE) -C libavcodec install $(MAKE) -C libavformat install install -d "$(bindir)" - install -c -s -m 755 $(PROG) "$(bindir)" + install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)" # create the window installer wininstaller: all install |