Update Makefile

This commit is contained in:
Martin Kroeker 2022-08-28 22:24:02 +02:00 committed by GitHub
parent 76aaa17b39
commit c97471e63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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