--- 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