pas2js: -CR

git-svn-id: trunk@38005 -
This commit is contained in:
Mattias Gaertner 2018-01-19 00:54:36 +00:00
parent 7a55c7b0a1
commit df61c3fa0d

View File

@ -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:
o : Overflow 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:
-Fe<x> : Redirect output to <x>
-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.
-Jl : lower case identifiers
-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.
-Jminclude : include Pascal sources in source map.
-Jm- : disable generating source maps