From a79a15eb2e6ef7643b4ac55dbfb71808f27123fa Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 9 Jun 2016 15:00:25 +0000 Subject: [PATCH] *** empty log message *** --- tests/pdegen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pdegen/Makefile b/tests/pdegen/Makefile index 183358df..67775376 100644 --- a/tests/pdegen/Makefile +++ b/tests/pdegen/Makefile @@ -22,7 +22,7 @@ mld_s_pde3d: mld_s_pde3d.o data_input.o /bin/mv mld_s_pde3d $(EXEDIR) mld_d_pde2d: mld_d_pde2d.o data_input.o - $(F90LINK) -g mld_d_pde2d.o data_input.o -o mld_d_pde2d $(MLD_LIB) $(PSBLAS_LIB) $(LDLIBS) + $(F90LINK) mld_d_pde2d.o data_input.o -o mld_d_pde2d $(MLD_LIB) $(PSBLAS_LIB) $(LDLIBS) /bin/mv mld_d_pde2d $(EXEDIR) mld_s_pde2d: mld_s_pde2d.o data_input.o