[fpc-pascal] How to remove verbose compiler output

Michael Van Canneyt michael at freepascal.org
Sat Apr 5 12:48:59 CEST 2014



On Fri, 4 Apr 2014, Graeme Geldenhuys wrote:

> On 2014-04-04 15:32, Henry Vermaak wrote:
>>
>> 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!
>
> Exactly what I want to try and do, but it seems FPC is really stubborn
> under FreeBSD. I tried the exact same -v parameters as you suggested,
> but it made no difference. :-/

Some random ideas:

maybe it's loading some config file anyway.
Do a strace and see if it opens a config file.

secondly: There is no {$HINTS ON} or so in the sources ?

Michael.



More information about the fpc-pascal mailing list