summaryrefslogtreecommitdiff
path: root/devel/eclipse-titan/files/patch-xsdconvert-Makefile
blob: c34e1b8b277619c98c60bbcc3071411f8009b73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- xsdconvert/Makefile.orig	2024-11-14 11:50:43 UTC
+++ xsdconvert/Makefile
@@ -83,6 +83,9 @@ install: $(TARGETS)
 	$(CXX) $(LDFLAGS) -o $@ $(OBJECTS) $(LDLIBS) $(MINGW_LIBS)
 
 install: $(TARGETS)
+ifeq ($(DEBUG), no)
+	$(STRIP) $(TARGETS)
+endif
 ifdef MINGW
 	mkdir -p      $(TTCN3_DIR)/programs
 	cp $(TARGETS) $(TTCN3_DIR)/programs