mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:29:34 +02:00
+ Changes by Marco van de Voort
This commit is contained in:
parent
5005e5d9ef
commit
f9d07541aa
@ -19,7 +19,8 @@ standalone (non GCC frontend) multitarget Pascal compiler.
|
||||
The compiler uses
|
||||
.BR LD (1)
|
||||
and can use
|
||||
.BR AS (1) (see parameter \-Aas, but also has its own binary object writer.
|
||||
.BR AS (1)
|
||||
(see parameter \-Aas, but also has its own binary object writer.
|
||||
.PP
|
||||
The current main targets are
|
||||
.I Go32V2
|
||||
@ -368,7 +369,7 @@ but is slower.
|
||||
.IP \fI-Se\fP
|
||||
The compiler stops after the first error. Normally,
|
||||
the compiler tries to continue compiling after an error, until 50 errors are
|
||||
reached, or a fatal error is reachd, and then it stops. With this switch,
|
||||
reached, or a fatal error is reached, and then it stops. With this switch,
|
||||
the compiler will stop after the first error.
|
||||
.IP \fI-Sg\fP
|
||||
Support the label and goto commands.
|
||||
|
Loading…
Reference in New Issue
Block a user