From c470f2ebaff232f9227d38462b9e224a97f4f5a0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Oct 1998 00:07:50 +0000 Subject: Describe -O option. --- ld/ld.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ld/ld.1') 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 -- cgit v1.1