<p>Am 13.01.2016 00:53 schrieb "Peter" <<a href="mailto:peter@pblackman.plus.com">peter@pblackman.plus.com</a>>:<br>
> But what about optimising the RTL to -O4?<br>
><br>
> I did a separate pass to build the RTL with -O4 which 2.64 does not<br>
> support. I found it makes a useful difference to the execution speed of<br>
> some programs.</p>
<p>There is a variant of the OPT parameter that applies options only for the last compilation. This way you can use options that the compiling compiler does not yet support. Now if I'd only remember that... -.- (for cross compilation one can use CROSS_OPT)</p>
<p>Regards,<br>
Sven</p>