From 5da334fc2efd66c8a5efde925bb18212c34d0cef Mon Sep 17 00:00:00 2001 From: Ahmed Irfan Date: Fri, 3 Jan 2014 10:54:30 +0100 Subject: makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2590033a6..e4d2e5104 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ CONFIG := clang-debug # CONFIG := release # features (the more the better) -ENABLE_TCL := 1 +ENABLE_TCL := 0 ENABLE_QT4 := 1 -ENABLE_MINISAT := 1 -ENABLE_ABC := 1 +ENABLE_MINISAT := 0 +ENABLE_ABC := 0 # other configuration flags ENABLE_GPROF := 0 -- cgit v1.2.3