[fpc-pascal] How to remove verbose compiler output
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat Apr 5 14:07:51 CEST 2014
On 05/04/14 13:29, Graeme Geldenhuys wrote:
> That is the only config file it found and loaded. That config file
> contains a -v- option, but even removing that option completely makes no
> difference.
-v- doesn't do anything, it's -v0 that should switch off all output
(except for errors and fatal errors). Someone else reported the same bug
very recently though (http://bugs.freepascal.org/view.php?id=25946 ), so
you're not the only one experiencing this.
Jonas
More information about the fpc-pascal
mailing list