mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user