@@ -32,20 +32,28 @@ The current page only contains the options that were added in Scala 3.0.x.
3232| ` -siteroot ` | A directory containing static files from which to generate documentation. Default: ./docs. |
3333| ` -sourceroot ` | Specify workspace root directory. Default: .. |
3434
35+ ## Verbose settings
36+
37+ | 3.2.x | description |
38+ | -| -|
39+ | ` -Vprofile ` | Show metrics about sources and internal representations to estimate compile-time complexity. |
40+ | ` -Vprofile-sorted-by:<column-name> ` | Show metrics about sources and internal representations sorted by given column name. |
41+ | ` -Vprofile-details N ` | Like -Vprofile, but also show metrics about sources and internal representations of the N most complex methods |
42+
3543## Advanced settings
3644
3745| 3.0.x | description |
3846| -| -|
39- | ` -Xignore-scala2-macros ` | Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime. |
40- | ` -Ximport-suggestion-timeout ` | Timeout (in ms) for searching for import suggestions when errors are reported. |
41- | ` -Xmax-inlined-trees ` | Maximal number of inlined trees. Default: 2000000 |
42- | ` -Xmax-inlines ` | Maximal number of successive inlines. Default: 32. |
43- | ` -Xprint-diff ` | Print changed parts of the tree since last print. |
44- | ` -Xprint-diff-del ` | Print changed parts of the tree since last print including deleted parts. |
45- | ` -Xprint-inline ` | Show where inlined code comes from. |
46- | ` -Xprint-suspension ` | Show when code is suspended until macros are compiled. |
47- | ` -Xrepl-disable-display ` | Do not display definitions in REPL. |
48- | ` -Xwiki-syntax ` | Retains the Scala2 behavior of using Wiki Syntax in Scaladoc. |
47+ | ` -Xignore-scala2-macros ` | Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime. |
48+ | ` -Ximport-suggestion-timeout ` | Timeout (in ms) for searching for import suggestions when errors are reported. |
49+ | ` -Xmax-inlined-trees ` | Maximal number of inlined trees. Default: 2000000 |
50+ | ` -Xmax-inlines ` | Maximal number of successive inlines. Default: 32. |
51+ | ` -Xprint-diff ` | Print changed parts of the tree since last print. |
52+ | ` -Xprint-diff-del ` | Print changed parts of the tree since last print including deleted parts. |
53+ | ` -Xprint-inline ` | Show where inlined code comes from. |
54+ | ` -Xprint-suspension ` | Show when code is suspended until macros are compiled. |
55+ | ` -Xrepl-disable-display ` | Do not display definitions in REPL. |
56+ | ` -Xwiki-syntax ` | Retains the Scala2 behavior of using Wiki Syntax in Scaladoc. |
4957
5058## Private settings
5159
0 commit comments