Update Makefile

This commit is contained in:
Martin Kroeker 2023-11-18 20:04:07 +01:00 committed by GitHub
parent 1ccbf2bcb3
commit 9dfd228bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
TOPDIR = ..
include ../Makefile.system
ifeq ($(F_COMPILER),GFORTRAN)
override FFLAGS += -fno-tree-vectorize
override FFLAGS += -fno-tree-vectorize -Wl,-ld_classic
endif
ifeq ($(NOFORTRAN),1)