Description: Disable strip in Makefile
 We don't want the Makefile to strip the binaries, we'll do that later on if
 wanted.
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@
 	install -m 644 pixmaps/zoom_out.png $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/$(PACKAGE)/zoom_out.png
 	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
 	install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop
-	strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	# strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 
 clean:
 	rm -f $(PACKAGE) $(OBJS) $(DEPS)
