[fpc-pascal] How to remove verbose compiler output
Michael Van Canneyt
michael at freepascal.org
Sat Apr 5 17:26:55 CEST 2014
On Sat, 5 Apr 2014, Jonas Maebe wrote:
> 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.
...Supposedly, in view of the bugreport and trouble experienced by Graeme ;)
That said, I find it strange, because I have all verbosity except errors switched off,
and it works.
Michael.
More information about the fpc-pascal
mailing list