Skip to content

Commit

Permalink
Force compilation with O0 to avoid spurious failures from gfortran mi…
Browse files Browse the repository at this point in the history
…soptimization
  • Loading branch information
martin-frbg authored Apr 29, 2024
1 parent cc735a8 commit bc8ae2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TOPDIR = ..
include ../Makefile.system
ifeq ($(F_COMPILER),GFORTRAN)
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS)) -O0
override FFLAGS += -fno-tree-vectorize
endif

Expand Down

0 comments on commit bc8ae2a

Please sign in to comment.