From d658b41a6eb9334550d562ffce31bce8dafa4a06 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 6 Sep 2008 10:14:22 +0000 Subject: All range-check errors should be fixed now, and disabling range-checking is not necessary anymore. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1349 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/switches.inc | 4 ---- 1 file changed, 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} -- cgit v1.2.3