Skip to content

Commit 6cd1b37

Browse files
author
Daniel Kroening
committed
temporarily disable the smt2_solver binary
1 parent 9a202ca commit 6cd1b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ INCLUDES += -I .. \
217217

218218
CLEANFILES = solvers$(LIBEXT) smt2_solver$(EXEEXT)
219219

220-
all: solvers$(LIBEXT) smt2_solver$(EXEEXT)
220+
all: solvers$(LIBEXT) # smt2_solver$(EXEEXT)
221221

222222
ifneq ($(SQUOLEM2),)
223223
CP_CXXFLAGS += -DHAVE_QBF_CORE

0 commit comments

Comments
 (0)