Skip to content

Commit

Permalink
build: updated residing gfortran.make
Browse files Browse the repository at this point in the history
  • Loading branch information
zerothi committed Jun 9, 2015
1 parent 9aa2932 commit 478c4f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch-makes/gfortran.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ FFLAGS=-O2 -m64 -fPIC
# This is for debugging purposes
#FFLAGS = -g -O0 -Warray-bounds -Wunused

PP = cpp -E -P -C

AR=ar
ARFLAGS = cru
RANLIB=ranlib

.F90.o:
$(FC) -c $(INC) $(FFLAGS) $(FPPFLAGS) $<
.f90.o:
Expand Down

0 comments on commit 478c4f5

Please sign in to comment.