Update Makefile
This commit is contained in:
parent
9dfd228bae
commit
43e065e8a3
|
@ -1,7 +1,7 @@
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include ../Makefile.system
|
include ../Makefile.system
|
||||||
ifeq ($(F_COMPILER),GFORTRAN)
|
ifeq ($(F_COMPILER),GFORTRAN)
|
||||||
override FFLAGS += -fno-tree-vectorize -Wl,-ld_classic
|
override FFLAGS += -fno-tree-vectorize
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NOFORTRAN),1)
|
ifeq ($(NOFORTRAN),1)
|
||||||
|
|
Loading…
Reference in New Issue