<p>Am 08.01.2014 14:21 schrieb "John Lee" <<a href="mailto:johnelee0@gmail.com">johnelee0@gmail.com</a>>:<br>
><br>
> In Pascal programmers guide v2.6 Feb 2013 it explains how to use {$I ... } to include compiler information eg version string, time string etc so one can include eg in a  writeln, but it does not mention not the optimisation level at which program was compiled. <br>

><br>
> Is this an omission or is this info elsewhere? If so where 7 how do I do it please? </p>
<p>The optimizations are local not global, so it wouldn't make much sense to include such a functionality as they would only show you the currently active optimizations.</p>
<p>Regards,<br>
Sven</p>