diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-27 00:07:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-27 00:07:50 +0000 |
commit | c470f2ebaff232f9227d38462b9e224a97f4f5a0 (patch) | |
tree | e1cf68a53d6437b6e9c10f861514bef07b530be9 /ld/ld.1 | |
parent | 5864e0974d514a33542ca4d4bbccf197f1b72580 (diff) | |
download | gdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.zip gdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.tar.gz gdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.tar.bz2 |
Describe -O option.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -92,6 +92,9 @@ ld \- the GNU linker .RB "[\|" \-noinhibit-exec "\|]" .RB "[\|" \-no\-keep\-memory "\|]" .RB "[\|" \-no\-warn\-mismatch "\|]" +.RB "[\|" \-O\c +.I level\c +\&\|] .RB "[\|" "\-oformat\ "\c .I output-format\c \&\|] @@ -690,6 +693,16 @@ script command \c \& can also specify the output file name. .TP +.BI "\-O" "level" +Generate optimized output files. This might use significantly more +time and therefore probably should be enabled only for generating the +final binary. +\c +.I level\c +\& is supposed to be a numeric value. Any value greater than zero enables +the optimizations. + +.TP .BI "\-oformat " "output\-format" Specify the binary format for the output object file. You don't usually need to specify this, as |