Skip to content

Commit

Permalink
Update the man page
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Apr 10, 2024
1 parent 57f2260 commit 0cf2090
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/mold.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@ GNU linkers, for which some configurable values, such as system-dependent
library search paths, are hard-coded. `mold` depends only on its command-line
arguments.

## OPTION NOTATIONS

Multi-letter long options may precede either a single dash or double dashes,
except for those starting with the letter "o". For historical reasons, long
options beginning with "o" must precede double dashes.

For example, you can spell `--as-needed` as `-as-needed`, but `--omagic` must
not be spelled as `-omagic`. `-omagic` will be interpreted not as `--omagic`
but as `-o magic`.

## MOLD-SPECIFIC OPTIONS

* `--chroot`=_dir_:
Expand Down

0 comments on commit 0cf2090

Please sign in to comment.