diff options
Diffstat (limited to 'src/switches.inc')
-rw-r--r-- | src/switches.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/switches.inc b/src/switches.inc index eb67e72c..940087f3 100644 --- a/src/switches.inc +++ b/src/switches.inc @@ -2,10 +2,6 @@ {$IFDEF FPC} {$H+} // use AnsiString instead of ShortString as String-type (default in Delphi) - {$IFDEF DARWIN} - {$R-} // disable range-checks (eddie: please test if this is still necessary) - {$ENDIF} - // if -dDEBUG is specified on the command-line, FPC uses some default // compiler-flags specified in fpc.cfg -> use -dDEBUG_MODE instead {$IFDEF DEBUG_MODE} |