summaryrefslogtreecommitdiff
path: root/user/trigger-rally/dont-strip.patch
blob: e6a01b335afc437dc350d09cf8899c92eaee2470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- trigger-rally-0.6.5/src/GNUmakefile.old	2016-11-05 17:27:10.000000000 +0000
+++ trigger-rally-0.6.5/src/GNUmakefile	2018-08-07 02:37:36.010000000 +0000
@@ -118,7 +118,7 @@
 	@cd ../..; \
 		md5sum "$(DISTARC)" > "$(DISTARC).md5"
 
-# links the object files into the executable, which it then strips
+# links the object files into the executable
 $(TR_EXEFILE): $(OBJFILES)
 	@printf "%s" $(CXX)
 	@for file in $(OBJFILES); do \
@@ -126,8 +126,6 @@
 		done;
 	@printf "\t-> %s\n" $@
 	@$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
-	@printf "strip\t%s\n" $@
-	@strip $@
 
 #
 # removes object files, dependency files, executable and