Skip to content

Commit

Permalink
Man page update
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Mar 24, 2015
1 parent 569e026 commit d84ec9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions man/mono.1
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ Defaults to 128.
.I nodebug
Instructs the AOT compiler to not output any debugging information.
.TP
.I no-direct-calls
This prevents the AOT compiler from generating a direct calls to a
method. The AOT compiler usually generates direct calls for certain
methods that do not require going through the PLT (for example,
methods that are known to not require a hook like a static
constructor) or call into simple internal calls.
.TP
.I dwarfdebug
Instructs the AOT compiler to emit DWARF debugging information. When
used together with the nodebug option, only DWARF debugging
Expand Down

0 comments on commit d84ec9f

Please sign in to comment.