From 5da334fc2efd66c8a5efde925bb18212c34d0cef Mon Sep 17 00:00:00 2001 From: Ahmed Irfan Date: Fri, 3 Jan 2014 10:54:30 +0100 Subject: [PATCH] makefile --- Makefile | 6 +++--- manual/make.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 manual/make.sh 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 diff --git a/manual/make.sh b/manual/make.sh old mode 100644 new mode 100755 -- 2.30.2