File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ dlamch.o: dlamch.f ; $(FC) $(FFLAGS_NOOPT) -c -o $@ $<
7878sroundup_lwork.o : sroundup_lwork.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
7979droundup_lwork.o : droundup_lwork.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
8080else
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 $@ $<
8383endif
Original file line number Diff line number Diff line change @@ -110,6 +110,6 @@ ifneq ($(C_LAPACK), 1)
110110slaran.o : slaran.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
111111dlaran.o : dlaran.f ; $(FC ) $(FFLAGS_NOOPT ) -c -o $@ $<
112112else
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 $@ $<
115115endif
You can’t perform that action at this time.
0 commit comments