3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-17 19:36:18 +00:00

Restored Makefile

This commit is contained in:
Clifford Wolf 2014-01-24 15:47:09 +01:00
parent ec167350b4
commit da26bb4378

View file

@ -4,10 +4,10 @@ CONFIG := clang-debug
# CONFIG := release # CONFIG := release
# features (the more the better) # features (the more the better)
ENABLE_TCL := 0 ENABLE_TCL := 1
ENABLE_QT4 := 1 ENABLE_QT4 := 1
ENABLE_MINISAT := 0 ENABLE_MINISAT := 1
ENABLE_ABC := 0 ENABLE_ABC := 1
# other configuration flags # other configuration flags
ENABLE_GPROF := 0 ENABLE_GPROF := 0