Makefile: pass PRETTY=0 to ABC
authorXiretza <xiretza@xiretza.xyz>
Mon, 14 Jun 2021 10:16:19 +0000 (12:16 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Mon, 5 Jul 2021 14:40:48 +0000 (16:40 +0200)
Makefile

index aaf0398cc513eaba33d6c6c28433f39933a34ba8..28bf12c64ccfd00f2f29d83af1f1eca3a67b27de 100644 (file)
--- a/Makefile
+++ b/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.