Subj : Re: I have a question about FreePascal..
To   : All
From : [email protected]
Date : Mon Mar 20 2017 01:52 am

Subject: Re: I have a question about FreePascal..
From: kongp <[email protected]>

On Monday, March 20, 2017 at 1:31:26 AM UTC+7, Ramine wrote:
> Hello,
>
> I want to port this function from Delphi to FreePascal,
> the {$IfOpt O+} doen't seem to work in FreePascal:
>
>
> function CompilerOptimizationS: String;
>   begin
>    Result:= 'Compiler optimization is ' +
>    {$IfOpt O+}
>    'enabled'
>    {$Else}
>    'disabled'
>    {$EndIf}
>   end;
>
>
> Thank you,
> Amine Moulay Ramdane.

Re-write your code and the option {$ O+/-} should be at the most top of page .

--- ViaMAIL!/WC v2.00