Disable the default behavior of printing a logo, Microsoft.
This commit is contained in:
parent
0919f5588b
commit
d0dc164013
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue