ifeq ($(CAM_DYCORE),fv) then NOOPTOBJS = spmd_dyn.o $(NOOPTOBJS): %.o: %.F90 $(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -O1 $< endif PERFOBJS=\ prim_advection_mod.o \ edge_mod.o \ derivative_mod.o \ bndry_mod.o \ prim_advance_mod.o \ uwshcu.o \ wetdep.o ifeq ($(DEBUG),FALSE) $(PERFOBJS): %.o: %.F90 $(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -O3 -no-prec-div $< endif