Update Makefile

This commit is contained in:
Martin Kroeker 2022-08-27 21:46:13 +02:00 committed by GitHub
parent 9a56f4cca8
commit 361ee246b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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