aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-03 10:54:30 +0100
committerAhmed Irfan <ahmedirfan1983@gmail.com>2014-01-03 10:54:30 +0100
commit5da334fc2efd66c8a5efde925bb18212c34d0cef (patch)
tree066d4642cf52494638bf4f70d4d490ac6dfdaff5 /Makefile
parentffd768ce865e330a631c56d63c6f472e9ad85511 (diff)
downloadyosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.tar.gz
yosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.tar.bz2
yosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.zip
makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 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