Date: Tue, 10 Sep 2002 15:24:16 -0400 Message-Id: <200209101924.g8AJOGa22903@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (rafal@raf256.com) Subject: Re: RHIDE options References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 2. With options generate strongest speed optimization (i.e. stronger then - > O3) where can I read specyfication of all GCC options (preferably in html > format) ? -O3 is the highest optimization gcc offers, speed-wise. But if you wish to play with the individual optimizations, type "info gcc invoking optimize".