win32: Strip DLLs as well as EXEs.

We don't need to include debug symbols for these.
This commit is contained in:
Simon Howard 2017-02-07 19:51:36 -05:00
parent ddeee3d2ff
commit 753db4d4c0

View file

@ -44,7 +44,7 @@ staging-%:
$(TOPLEVEL)/src/$(PROGRAM_PREFIX)setup.exe \
$@/$(PROGRAM_PREFIX)$*-setup.exe
$(STRIP) $@/*.exe
$(STRIP) $@/*.exe $@/*.dll
for f in $(DOC_FILES); do \
cp $(TOPLEVEL)/$$f $@/$$(basename $$f .md).txt; \