pastojs: docs

git-svn-id: trunk@46929 -
This commit is contained in:
Mattias Gaertner 2020-09-23 14:35:38 +00:00
parent cf4ca3a280
commit 135f3745d6

View File

@ -192,6 +192,7 @@ Put + after a boolean switch option to enable it, - to disable it
-O<x> : Optimizations:
-O- : Disable optimizations
-O1 : Level 1 optimizations (quick and debugger friendly)
-O2 : Level 2 optimizations (Level 1 + not debugger friendly)
-Oo<x> : Enable or disable optimization. The x is case insensitive:
-OoEnumNumbers[-] : write enum values as number instead of name. Default in -O1.
-OoRemoveNotUsedPrivates[-] : Default is enabled