aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rwxr-xr-x[-rw-r--r--]manual/make.sh0
2 files changed, 3 insertions, 3 deletions
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
index c4673938a..c4673938a 100644..100755
--- a/manual/make.sh
+++ b/manual/make.sh