Skip to content

Commit 0db546b

Browse files
authored
Merge pull request #8501 from diffblue/cleanup-SATCHECK-defines
remove duplicate SATCHECK_* defines
2 parents 83f61a4 + fd53c32 commit 0db546b

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/config.inc

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -42,38 +42,6 @@ ifeq ($(BOOLEFORCE)$(CHAFF)$(GLUCOSE)$(IPASIR)$(LINGELING)$(MINISAT)$(MINISAT2)$
4242
MINISAT2 = ../../minisat-2.2.1
4343
endif
4444

45-
ifneq ($(PICOSAT),)
46-
CP_CXXFLAGS += -DSATCHECK_PICOSAT
47-
endif
48-
49-
ifneq ($(LINGELING),)
50-
CP_CXXFLAGS += -DSATCHECK_LINGELING
51-
endif
52-
53-
ifneq ($(CHAFF),)
54-
CP_CXXFLAGS += -DSATCHECK_CHAFF
55-
endif
56-
57-
ifneq ($(BOOLEFORCE),)
58-
CP_CXXFLAGS += -DSATCHECK_BOOLEFORCE
59-
endif
60-
61-
ifneq ($(MINISAT),)
62-
CP_CXXFLAGS += -DSATCHECK_MINISAT
63-
endif
64-
65-
ifneq ($(MINISAT2),)
66-
CP_CXXFLAGS += -DSATCHECK_MINISAT2
67-
endif
68-
69-
ifneq ($(GLUCOSE),)
70-
CP_CXXFLAGS += -DSATCHECK_GLUCOSE
71-
endif
72-
73-
ifneq ($(CADICAL),)
74-
CP_CXXFLAGS += -DSATCHECK_CADICAL
75-
endif
76-
7745
# Signing identity for MacOS Gatekeeper
7846

7947
OSX_IDENTITY="Developer ID Application: Daniel Kroening"

0 commit comments

Comments
 (0)