Description: We already strip our binaries, stripping them before means
 we can't have dbg packages
Author: Gianfranco Costamagna <locutusofborg@debian.org>

--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -121,8 +121,8 @@
 # links the object files into the executable, which it then strips
 $(TR_EXEFILE): $(OBJFILES)
 	$(CXX) -o $@ $(OBJFILES) $(LDFLAGS)
-	@printf "strip\t%s\n" $@
-	@strip $@
+	#@printf "strip\t%s\n" $@
+	#@strip $@
 
 #
 # removes object files, dependency files, executable and
