mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
+ Added -Fa option
This commit is contained in:
parent
6fc89c98db
commit
37a0e8db97
@ -932,6 +932,10 @@ Mainly for the compiler developers.
|
||||
compiler can find the executables \file{as} (the assembler) and \file{ld}
|
||||
(the linker).
|
||||
\olabel{e}
|
||||
\item[-FaXYZ] loads units \var{XYZ} after the system unit, but before any other
|
||||
unit is loaded. \var{XYZ} is a comma-separated list of unit names. This can only be used
|
||||
for programs, and has the same effect as if \var{XYZ} were inserted as the
|
||||
first item in the program's \var{uses} clause.
|
||||
\item[-FcXXX] set the input codepage to \var{XXX}. Experimental.
|
||||
\item [-FD] same as \var{-e}.
|
||||
\item [-Fexxx] This option tells the compiler to write errors, etc. to
|
||||
|
Loading…
Reference in New Issue
Block a user