Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent cl.exe from printing the compiled source file

I use the MS compiler from the command line (VS 2008), and whenever it compiles one source file, it prints the compiled source file. Is there a way to avoid this useless print ?

like image 430
David Cournapeau Avatar asked Sep 21 '09 10:09

David Cournapeau


1 Answers

There's no way to suppress that message with a switch (see also this thread).

like image 146
gix Avatar answered Sep 28 '22 03:09

gix