Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3
This commit is contained in:
parent
e78fbe4654
commit
5dc6aa74f0
|
@ -1,6 +1,8 @@
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
include ../Makefile.system
|
include ../Makefile.system
|
||||||
|
ifeq ($(F_COMPILER),GFORTRAN)
|
||||||
|
override FFLAGS += -fno-tree-vectorize
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(NOFORTRAN),1)
|
ifeq ($(NOFORTRAN),1)
|
||||||
all ::
|
all ::
|
||||||
|
|
Loading…
Reference in New Issue