From 59815bd8556f8cfb2749b98cd216caeb4e59013b Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 31 Mar 2001 18:21:33 +0000 Subject: d1mach.f i1mach.f and r1mach.f should be compiled without optimization. --- math/slatec/files/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math') diff --git a/math/slatec/files/Makefile b/math/slatec/files/Makefile index ac6b4602b0a..2e5dc1f3e70 100644 --- a/math/slatec/files/Makefile +++ b/math/slatec/files/Makefile @@ -205,6 +205,8 @@ lib$(LIB).a: $(OBJS) $(AR) cru $@ $? $(RANLIB) $@ +# These three files should be compiled without any optimization. + d1mach.o: $(FC) -c $< -- cgit v1.2.3