|
@@ -131,7 +131,7 @@ Put + after a boolean switch option to enable it, - to disable it
|
|
-C<x> : Code generation options. <x> is a combination of the following letters:
|
|
-C<x> : Code generation options. <x> is a combination of the following letters:
|
|
o : Overflow checking
|
|
o : Overflow checking
|
|
r : Range checking
|
|
r : Range checking
|
|
- R : Verify object method call validity
|
|
|
|
|
|
+ R : Verify object method call and object type casts
|
|
-F... Set file names and paths:
|
|
-F... Set file names and paths:
|
|
-Fe<x> : Redirect output to <x>
|
|
-Fe<x> : Redirect output to <x>
|
|
-Fi<x> : Add <x> to include paths
|
|
-Fi<x> : Add <x> to include paths
|
|
@@ -143,8 +143,7 @@ Put + after a boolean switch option to enable it, - to disable it
|
|
-Ji<x> : Insert JS file <x> into main JS file. E.g. -Jirtl.js. Can be given multiple times.
|
|
-Ji<x> : Insert JS file <x> into main JS file. E.g. -Jirtl.js. Can be given multiple times.
|
|
-Jl : lower case identifiers
|
|
-Jl : lower case identifiers
|
|
-Jm : generate source maps
|
|
-Jm : generate source maps
|
|
- -Jmsourceroot=<x> : use x as "sourceRoot", prefix URL for source file
|
|
|
|
- names.
|
|
|
|
|
|
+ -Jmsourceroot=<x> : use x as "sourceRoot", prefix URL for source file names.
|
|
-Jmbasedir=<x> : write source file names relative to directory x.
|
|
-Jmbasedir=<x> : write source file names relative to directory x.
|
|
-Jminclude : include Pascal sources in source map.
|
|
-Jminclude : include Pascal sources in source map.
|
|
-Jm- : disable generating source maps
|
|
-Jm- : disable generating source maps
|