mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:59:15 +02:00
pas2js: -CR
git-svn-id: trunk@38005 -
This commit is contained in:
parent
7a55c7b0a1
commit
df61c3fa0d
@ -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
|
-Jmsourceroot=<x> : use x as "sourceRoot", prefix URL for source file names.
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user