From e0f7e748ec5c865643db48e5b2c15f7bfdbcaeec Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 9 Jan 2007 07:30:30 +0000 Subject: [PATCH] * doc/invoke.texi (Optimize Options): Correct description of -O0. From-SVN: r120609 --- gcc/doc/invoke.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d83f6610bd8..b9b52dd7cd9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4623,7 +4623,8 @@ Optimize yet more. @option{-O3} turns on all optimizations specified by @item -O0 @opindex O0 -Do not optimize. This is the default. +Reduce compilation time and make debugging produce the expected +results. This is the default. @item -Os @opindex Os