diff options
author | Ahmed Irfan <ahmedirfan1983@gmail.com> | 2014-01-03 10:54:30 +0100 |
---|---|---|
committer | Ahmed Irfan <ahmedirfan1983@gmail.com> | 2014-01-03 10:54:30 +0100 |
commit | 5da334fc2efd66c8a5efde925bb18212c34d0cef (patch) | |
tree | 066d4642cf52494638bf4f70d4d490ac6dfdaff5 | |
parent | ffd768ce865e330a631c56d63c6f472e9ad85511 (diff) | |
download | yosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.tar.gz yosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.tar.bz2 yosys-5da334fc2efd66c8a5efde925bb18212c34d0cef.zip |
makefile
-rw-r--r-- | Makefile | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | manual/make.sh | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |