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.
Maurice