Skip to content

Commit 5ea721b

Browse files
committed
Fix flags for building test references.
1 parent 93d05a7 commit 5ea721b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EXPLICIT_PREPROCESSOR ?= no
4444

4545
CXX ?= clang++
4646

47-
FLAGS = $(CXXFLAGS) -DCODI_EnableOpenMP -DCODI_EnableOpDiLib -std=c++11
47+
FLAGS = $(CXXFLAGS) -std=c++11
4848

4949
ifeq ($(DEBUG),no)
5050
FLAGS += -O3
@@ -58,7 +58,7 @@ endif
5858
ifeq ($(MODE),REF)
5959
FLAGS += -DBUILD_REFERENCE
6060
else
61-
FLAGS += -DRUN_TESTS -fopenmp
61+
FLAGS += -DRUN_TESTS -fopenmp -DCODI_EnableOpenMP -DCODI_EnableOpDiLib
6262
endif
6363

6464
ifeq ($(BACKEND),MACRO)

0 commit comments

Comments
 (0)