On 04/03/18 15:38, Tony Whyman wrote:
> Is there anyway of turning off the command line switch -CR
> (Verify object method call validity) on a per unit basis in the same way
> that -Cr (range checking) can be turned off using {$R-}? I can't see any
> such directive in the FPC documentation.
{$OBJECTCHECKS off}
Jonas