blob: 9d169e619c0b45627fa2fe13f9320161f75fd331 [file] [log] [blame]
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,6 @@
$(PNAME): $(PNAME).debug
$(CP) $(PNAME).debug $@
- $(STRIP) $@
$(PNAME).debug: libqg/libqg.a $(OFILES) Makefile
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OFILES) $(LIBS)