File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ dlamch.o: dlamch.f ; $(FC) $(FFLAGS_NOOPT) -c -o $@ $<
78
78
sroundup_lwork.o : sroundup_lwork.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
79
79
droundup_lwork.o : droundup_lwork.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
80
80
else
81
- slamch.o : slamch.c ; $(CC ) $(CFLAGS ) -c -o $@ $<
82
- dlamch.o : dlamch.c ; $(CC ) $(CFLAGS ) -c -o $@ $<
81
+ slamch.o : slamch.c ; $(CC ) $(CFLAGS ) -O0 - c -o $@ $<
82
+ dlamch.o : dlamch.c ; $(CC ) $(CFLAGS ) -O0 - c -o $@ $<
83
83
endif
Original file line number Diff line number Diff line change @@ -110,6 +110,6 @@ ifneq ($(C_LAPACK), 1)
110
110
slaran.o : slaran.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
111
111
dlaran.o : dlaran.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
112
112
else
113
- slaran.o : slaran.c ; $(CC ) $(CFLAGS_NOOPT ) -c -o $@ $<
114
- dlaran.o : dlaran.c ; $(CC ) $(CFLAGS_NOOPT ) -c -o $@ $<
113
+ slaran.o : slaran.c ; $(CC ) $(CFLAGS ) -O0 -c -o $@ $<
114
+ dlaran.o : dlaran.c ; $(CC ) $(CFLAGS ) -O0 -c -o $@ $<
115
115
endif
You can’t perform that action at this time.
0 commit comments