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,032 |
Nodes: | 17 (1 / 16) |
Uptime: | 00:29:57 |
Calls: | 504,519 |
Calls today: | 8 |
Files: | 135,974 |
D/L today: |
4,509 files (1,728M bytes) |
Messages: | 448,557 |
Posted today: | 8 |