Update Makefile

This commit is contained in:
Martin Kroeker 2022-08-27 22:34:57 +02:00 committed by GitHub
parent a97f1125f0
commit e9d1bc6bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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