make/StripBinaries.gmk
changeset 28814 e2c2fd7eec2b
parent 28003 577e534faca4
child 30096 5624d3a52647
--- a/make/StripBinaries.gmk	Wed Feb 11 09:18:49 2015 +0100
+++ b/make/StripBinaries.gmk	Wed Feb 11 09:20:29 2015 +0100
@@ -53,7 +53,7 @@
 endif
 
 # Don't include debug info for executables.
-ALL_CMDS_SRC := $(filter-out %.debuginfo %.diz %.map %.pdb, \
+ALL_CMDS_SRC := $(filter-out %.bc %.debuginfo %.diz %.map %.pdb, \
     $(shell $(FIND) $(SUPPORT_OUTPUTDIR)/modules_cmds -type f -o -type l))
 COPY_CMDS_SRC := $(filter %.cgi, $(ALL_CMDS_SRC))
 STRIP_CMDS_SRC := $(filter-out $(COPY_CMDS_SRC), $(ALL_CMDS_SRC))