aed0003
--- memtester-4.0.8/conf-ld	2007-11-21 17:54:57.000000000 +0200
aed0003
+++ memtester-4.0.8-mod/conf-ld	2008-09-27 21:43:12.000000000 +0300
aed0003
@@ -1,3 +1,3 @@
aed0003
-cc -s
aed0003
+cc
aed0003
 
aed0003
 This will be used to link .o files into an executable.
aed0003
--- memtester-4.0.8/Makefile	2007-11-21 17:54:57.000000000 +0200
aed0003
+++ memtester-4.0.8-mod/Makefile	2008-09-27 21:55:59.000000000 +0300
aed0003
@@ -75,7 +75,7 @@
aed0003
 	./load memtester tests.o `cat extra-libs`
aed0003
 
aed0003
 memtester.o: memtester.c tests.h conf-cc Makefile compile
aed0003
-	./compile memtester.c
aed0003
+	./compile ${OPT} memtester.c
aed0003
 
aed0003
 tests.o: tests.c tests.h conf-cc Makefile compile
aed0003
-	./compile tests.c
aed0003
+	./compile ${OPT} tests.c