mirror of https://github.com/YosysHQ/yosys.git
Makefile: pass PRETTY=0 to ABC
This commit is contained in:
parent
9c31ecfab8
commit
ef68c2762c
2
Makefile
2
Makefile
|
@ -142,7 +142,7 @@ bumpversion:
|
|||
ABCREV = 4f5f73d
|
||||
ABCPULL = 1
|
||||
ABCURL ?= https://github.com/YosysHQ/abc
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q)
|
||||
|
||||
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
||||
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.
|
||||
|
|
Loading…
Reference in New Issue