[fpc-pascal] How to remove verbose compiler output
Sven Barth
pascaldragon at googlemail.com
Sat Apr 5 18:00:35 CEST 2014
On 05.04.2014 15:18, Graeme Geldenhuys wrote:
> On 2014-04-05 13:09, Pierre Free Pascal wrote:
>> $FPC -va -h | grep "Reading options from"
>> and check which configuration file is loaded.
>
> That is pretty much what I did...
>
> ----------------------
> [freebsd (tiopf2)]$ fpc -va -h | grep "Reading options from"
> [0.000] Reading options from file /home/graemeg/.fpc.cfg
> [freebsd (tiopf2)]$
> ----------------------
Could you test by disabling the usage of a config file (-n)? You'll need
to pass all paths using -Fu then, so I suggest to use a simple test
project which prints hints, etc. without "-n" and then test that with "-n".
Regards,
Sven
More information about the fpc-pascal
mailing list