We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d05a7 commit 5ea721bCopy full SHA for 5ea721b
1 file changed
tests/Makefile
@@ -44,7 +44,7 @@ EXPLICIT_PREPROCESSOR ?= no
44
45
CXX ?= clang++
46
47
-FLAGS = $(CXXFLAGS) -DCODI_EnableOpenMP -DCODI_EnableOpDiLib -std=c++11
+FLAGS = $(CXXFLAGS) -std=c++11
48
49
ifeq ($(DEBUG),no)
50
FLAGS += -O3
@@ -58,7 +58,7 @@ endif
58
ifeq ($(MODE),REF)
59
FLAGS += -DBUILD_REFERENCE
60
else
61
- FLAGS += -DRUN_TESTS -fopenmp
+ FLAGS += -DRUN_TESTS -fopenmp -DCODI_EnableOpenMP -DCODI_EnableOpDiLib
62
endif
63
64
ifeq ($(BACKEND),MACRO)
0 commit comments