From 32e2ccb82db1962c659c2dc53e39a74e1f8d3b97 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Jul 2016 11:28:05 +0200 Subject: Suppress VC banners even at verbosity above 2 There is really no use seeing this stuff. --- build2/cxx/compile.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/cxx/compile.cxx') diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx index a2990fb..c737ce7 100644 --- a/build2/cxx/compile.cxx +++ b/build2/cxx/compile.cxx @@ -1304,8 +1304,7 @@ namespace build2 // uint64_t cver (cast (rs["cxx.version.major"])); - if (verb < 3) - args.push_back ("/nologo"); + args.push_back ("/nologo"); // While we want to keep the low-level build as "pure" as possible, // the two misguided defaults, exceptions and runtime, just have to be -- cgit v1.1