summaryrefslogtreecommitdiff
blob: 9d169e619c0b45627fa2fe13f9320161f75fd331 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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)