Skip to content

Commit

Permalink
Add another missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0x00 committed Jul 15, 2024
1 parent 127ea5d commit 56e1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TOPDIR = ..
include ../Makefile.system
ifeq ($(F_COMPILER),GFORTRAN)
ifneq (, $(filter $(CORE),LOONGSON3R3 LOONGSON3R4))
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS)) -O0
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS))) -O0
endif
override FFLAGS += -fno-tree-vectorize
endif
Expand Down

0 comments on commit 56e1782

Please sign in to comment.