For now, only: - `{$R+}` / `{$R-}` to enable or disable range checking cf. <> make `{$RANGECHECKS OFF}` or `ON` available as well? See <https://www.freepascal.org/docs-html/prog/progse2.html> for reference. Do not forget to synchronize these with CLI options.
For now, only:
{$R+}/{$R-}to enable or disable range checkingcf. <>
make
{$RANGECHECKS OFF}orONavailable as well?See https://www.freepascal.org/docs-html/prog/progse2.html for reference.
Do not forget to synchronize these with CLI options.