mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
pastojs: added -iJ
git-svn-id: trunk@40559 -
This commit is contained in:
parent
dbdf8e14df
commit
f7661c6fd4
@ -133,6 +133,7 @@ Put + after a boolean switch option to enable it, - to disable it
|
||||
-ic : Write list of supported JS processors usable by -P<x>
|
||||
-io : Write list of supported optimizations usable by -Oo<x>
|
||||
-it : Write list of supported targets usable by -T<x>
|
||||
-iJ : Write list of supported JavaScript identifiers -JoRTL-<x>
|
||||
-C<x> : Code generation options. <x> is a combination of the following letters:
|
||||
o : Overflow checking
|
||||
r : Range checking
|
||||
@ -168,7 +169,7 @@ Put + after a boolean switch option to enable it, - to disable it
|
||||
-JoCheckVersion=main: insert rtl version check into main. (since 1.1)
|
||||
-JoCheckVersion=system: insert rtl version check into system unit init. (since 1.1)
|
||||
-JoCheckVersion=unit: insert rtl version check into every unit init. (since 1.1)
|
||||
-JoRTL-<x>=<y>: set RTL identifier x to value y. (since 1.1)
|
||||
-JoRTL-<x>=<y>: set RTL identifier x to value y. See -iJ. (since 1.1)
|
||||
-Jpcmd<command> : Run postprocessor. For each generated js execute
|
||||
command passing the js as stdin and read the new js from stdout.
|
||||
This option can be added multiple times to call several
|
||||
|
Loading…
Reference in New Issue
Block a user