Disable the default behavior of printing a logo, Microsoft.

This commit is contained in:
Max Brunsfeld 2017-08-08 17:35:50 -07:00
parent 0919f5588b
commit d0dc164013

View file

@ -43,6 +43,7 @@ static int compile_parser(
CreateDirectory("out\\tmp", nullptr);
string command = "cl.exe";
command += " /nologo";
command += " /LD";
command += " /I " + header_dirname;
command += " /Od";