Index: Makefile
===================================================================
RCS file: /var/lib/cvs/fgetty/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	16 Feb 2004 10:07:56 -0000	1.1.1.1
+++ Makefile	16 Feb 2004 12:20:20 -0000
@@ -13,7 +13,7 @@
 #	gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST
 	$(DIET) $(CROSS)gcc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST
 #	gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^
-	strip -x -R .comment -R .note $@
+#	strip -x -R .comment -R .note $@
 
 %: %.o
 	$(DIET) $(CROSS)gcc -nostdlib -o $@ $^ $(LDFLAGS)
