mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:46:00 +02:00
* update -S options
This commit is contained in:
parent
298677e4aa
commit
675ed9c215
@ -138,15 +138,18 @@ defaultcfg=
|
|||||||
#-Rdirect
|
#-Rdirect
|
||||||
|
|
||||||
# Semantic checking
|
# Semantic checking
|
||||||
# -S2 switch some Delphi 2 extension on
|
# -S2 switch some Delphi 2 extensions on
|
||||||
# -Sc supports operators like C (*=,+=,/= and -=)
|
# -Sc supports operators like C (*=,+=,/= and -=)
|
||||||
# -Sg allows LABEL and GOTO
|
# -Sd tries to be Delphi compatible
|
||||||
# -Si support C++ stlyed INLINE
|
# -Se<x> compiler stops after the <x> errors (default is 1)
|
||||||
|
# -Sg allow LABEL and GOTO
|
||||||
|
# -Sh Use ansistrings
|
||||||
|
# -Si support C++ styled INLINE
|
||||||
# -Sm support macros like C (global)
|
# -Sm support macros like C (global)
|
||||||
# -So tries to be TP/BP 7.0 compatible
|
# -So tries to be TP/BP 7.0 compatible
|
||||||
|
# -Sp tries to be gpc compatible
|
||||||
# -Ss constructor name must be init (destructor must be done)
|
# -Ss constructor name must be init (destructor must be done)
|
||||||
# -St allows static keyword in objects
|
# -St allow static keyword in objects
|
||||||
|
|
||||||
# Allow goto, inline, C-operators
|
# Allow goto, inline, C-operators
|
||||||
-Sgic
|
-Sgic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user