mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 04:26:01 +00:00
Use enable debug and switch order of Verific opt passes
This commit is contained in:
parent
03f740e2a4
commit
7988a61f8c
2 changed files with 20 additions and 26 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ ENABLE_PYOSYS := 1
|
|||
# other configuration flags
|
||||
ENABLE_GCOV := 0
|
||||
ENABLE_GPROF := 0
|
||||
ENABLE_DEBUG := 0
|
||||
ENABLE_DEBUG := 1
|
||||
ENABLE_LTO := 0
|
||||
ENABLE_CCACHE := 0
|
||||
# sccache is not always a drop-in replacement for ccache in practice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue