mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
Added -ffree-line-length-none to gfortran
This commit is contained in:
parent
0ca05d60d2
commit
e9f692bbb5
@ -47,7 +47,7 @@ def create():
|
||||
file = open(FILENAME,"w")
|
||||
t = """IRPF90 = irpf90 #-a -d
|
||||
FC = gfortran
|
||||
FCFLAGS= -O2
|
||||
FCFLAGS= -O2 -ffree-line-length-none
|
||||
|
||||
SRC=
|
||||
OBJ=
|
||||
|
Loading…
Reference in New Issue
Block a user