aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.1
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-27 00:07:50 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-27 00:07:50 +0000
commitc470f2ebaff232f9227d38462b9e224a97f4f5a0 (patch)
treee1cf68a53d6437b6e9c10f861514bef07b530be9 /ld/ld.1
parent5864e0974d514a33542ca4d4bbccf197f1b72580 (diff)
downloadgdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.zip
gdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.tar.gz
gdb-c470f2ebaff232f9227d38462b9e224a97f4f5a0.tar.bz2
Describe -O option.
Diffstat (limited to 'ld/ld.1')
-rw-r--r--ld/ld.113
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ld.1 b/ld/ld.1
index 79c9f10..9b4b031 100644
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -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