[fpc-pascal] How to remove verbose compiler output
Henry Vermaak
henry.vermaak at gmail.com
Fri Apr 4 16:32:58 CEST 2014
On Fri, Apr 04, 2014 at 04:03:10AM +0100, 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.
I use -vi-n-h- for my release builds, which removes info, notes and
hints, otherwise it becomes hard to see the wood from the trees!
Henry
More information about the fpc-pascal
mailing list