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.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,044 |
Nodes: | 15 (0 / 15) |
Uptime: | 00:32:09 |
Calls: | 500,299 |
Calls today: | 17 |
Files: | 95,204 |
U/L today: |
1 files (1,581K bytes) |
D/L today: |
2,577 files (614M bytes) |
Messages: | 465,287 |
Posted today: | 13 |