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