Maurice Lombardi wrote:
Adriaan van Os a écrit:
gpc --help -v displays a list of available compiler options. Pascal specific options, however, are truncated to the first 23 characters, e.g.
-fobject-destination-pa Path where to create ...
Back-end options don't seem to be truncated, e.g.
-fguess-branch-probability Enables guessing of ...
The list of options is quite useful, even better in untruncated form.
For me (DJGPP DOS box), it does not truncate but folds too long lines. You probably have some instruction somewhere in your system which asks for folding instead of truncating long lines.
I think he is referring to the truncation of the initial portion of the complete line, i.e. the portion that spells out the option name, which I also see under DJGPP/4dos via:
redir -eo gpc --help -v | less
(for some reason "gpc --help -v |& less" doesn't work here)