Makefile: pass PRETTY=0 to ABC

This commit is contained in:
Xiretza 2021-06-14 12:16:19 +02:00 committed by Miodrag Milanovic
parent 9c31ecfab8
commit ef68c2762c
1 changed files with 1 additions and 1 deletions

View File

@ -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.