Index: Makefile
===================================================================
RCS file: /cvs/fgetty/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	5 Dec 2003 16:47:51 -0000	1.11
+++ Makefile	13 Nov 2006 14:33:12 -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 $^
-	$(CROSS)strip -x -R .comment -R .note $@
+#	$(CROSS)strip -x -R .comment -R .note $@
 
 %: %.o
 	$(DIET) $(CROSS)gcc -o $@ $^ $(LDFLAGS)
