<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body smarttemplateinserted="true">
<div id="smartTemplate4-template">Hallo,<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I want to show how my program was compiled.<br>
</div>
<div><br>
</div>
<div>Now I have string like "<span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">FPC3.2.2
i386-Linux R+C+"</span></span> from</div>
<div><br>
</div>
<div><br>
</div>
<div> compiler := 'FPC' + {$INCLUDE %FPCVERSION%} + ' ' + {$INCLUDE
%FPCTargetCPU%}+'-'+{$INCLUDE %FPCTargetOS%}+ ' ' + {$IfOpt
R+}+'R+'{$endif} {$IfOpt S+}+'S+'{$endif} {$IfOpt O+}+'O+'{$endif}
{$IfOpt Q+}+'Q+'{$endif} {$IfOpt M+}+'M+'{$endif} {$IfOpt
C+}+'C+'{$endif};<br>
</div>
<div><br>
</div>
<div>But the optimization level (-O2 or -O1 ...) is missing. <br>
</div>
<div><br>
</div>
<div>Is there an IFOPT for that? Or a define with all the arguments<br>
</div>
<div><br>
</div>
<div><br>
Bye,<br>
<p>Benito </p>
</div>
<p><br>
</p>
</body>
</html>