[fpc-pascal] How to remove verbose compiler output

Tomas Hajny XHajT03 at hajny.biz
Fri Apr 4 16:58:15 CEST 2014


On Fri, April 4, 2014 05:03, Graeme Geldenhuys wrote:
> Hi,
>
> I'm trying to reduce the compiler output for cron jobs.
>
> I have tried to specify -v0  or even  -v- -v0   but still the compiler
> outputs loads of 'Hint' and 'Warning' message about unused parameters,
> unused units, deprecated methods etc.
>
> I made sure no -v is specified in my ~.fpc.cfg as well, but still the
> compiler seems to ignore my -v0 preference on the command line.
>
> What else can I try?
>
> I'm using FPC 2.6.2 under FreeBSD.

Well, I can remove all output altogether by using -v0 and -l- (tested with
both 2.6.2 and 2.6.4 under Win32; I don't think that the platform should
matter much here).

Tomas





More information about the fpc-pascal mailing list