diff options
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/Makefile-clang.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk index 2c71d8c620f1..04b938f4451c 100644 --- a/compilerplugins/Makefile-clang.mk +++ b/compilerplugins/Makefile-clang.mk @@ -13,8 +13,6 @@ # Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin) CLANGCXXFLAGS=-O2 -Wall -Wextra -g -QUIET=$(if $(VERBOSE)$(verbose),,@) - # The uninteresting rest. # Clang headers require these. @@ -31,6 +29,8 @@ CLANGINDIR=$(SRCDIR)/compilerplugins/clang # plugin will cause cache misses with ccache. CLANGOUTDIR=$(BUILDDIR)/compilerplugins/obj +QUIET=$(if $(VERBOSE)$(verbose),,@) + compilerplugins: compilerplugins-build # The list of source files, generated automatically (all files in clang/, but not subdirs). |