From 4d5c4232ee20c962ea95d082095f519c3c5dfc12 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 20 Aug 2018 07:11:15 +0200 Subject: BUILD: Remove .dwo files on clean --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index b08c464656..3aebc582c4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,6 +96,7 @@ clean: $(RM_REC) $(DEPDIRS) $(RM) $(OBJS) $(EXECUTABLE) ifdef SPLIT_DWARF + $(RM) $(OBJS:.o=.dwo) $(RM) $(EXECUTABLE).dwp endif -- cgit v1.2.3