[fpc-pascal] How to remove verbose compiler output

Jonas Maebe jonas.maebe at elis.ugent.be
Sat Apr 5 17:23:09 CEST 2014


On 05/04/14 15:11, Graeme Geldenhuys wrote:
> On 2014-04-05 13:07, Jonas Maebe wrote:
>> >
>> >-v- doesn't do anything, it's -v0 that should switch off all output
>> >(except for errors and fatal errors).
> Thanks. So what is the difference between -ve and -v0?

-ve does not switch anything off, it only enables showing errors (e.g., 
if it was disabled first via -ve-). -v0 switches off everything but 
error reporting.


Jonas



More information about the fpc-pascal mailing list