mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
makefile
This commit is contained in:
parent
ffd768ce86
commit
5da334fc2e
6
Makefile
6
Makefile
|
@ -4,10 +4,10 @@ CONFIG := clang-debug
|
||||||
# CONFIG := release
|
# CONFIG := release
|
||||||
|
|
||||||
# features (the more the better)
|
# features (the more the better)
|
||||||
ENABLE_TCL := 1
|
ENABLE_TCL := 0
|
||||||
ENABLE_QT4 := 1
|
ENABLE_QT4 := 1
|
||||||
ENABLE_MINISAT := 1
|
ENABLE_MINISAT := 0
|
||||||
ENABLE_ABC := 1
|
ENABLE_ABC := 0
|
||||||
|
|
||||||
# other configuration flags
|
# other configuration flags
|
||||||
ENABLE_GPROF := 0
|
ENABLE_GPROF := 0
|
||||||
|
|
0
manual/make.sh
Normal file → Executable file
0
manual/make.sh
Normal file → Executable file
Loading…
Reference in a new issue