Controls the generation of overflow checking code.
Syntax:
{$Q+} or {$Q-}
Default:
{$Q-}
Remarks:
The $Q switch is usually used in conjunction with the $R switch.
Enabling overflow checking slows down your program and makes it larger.
We recommend to use {$Q+} only for debugging purposes.