Skip to content

Commit

Permalink
Force compilation with O0 to avoid spurious compiler-induced failures
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 29, 2024
1 parent 1031d16 commit cc735a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ endif

override CFLAGS += -DADD$(BU) -DCBLAS
ifeq ($(F_COMPILER),GFORTRAN)
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS)) -O0
override FFLAGS += -fno-tree-vectorize
endif
override TARGET_ARCH=
Expand Down

0 comments on commit cc735a8

Please sign in to comment.