From 09774cc6da566ac58aaff53fb1a12a2a79609afd Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 24 Apr 2008 13:03:57 +0000 Subject: uncommented DEBUG-define in switches.inc, so release-mode is the default now. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1037 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 8bff4d0e..1162df35 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -40,7 +40,7 @@ {$I config-win.inc} // enable debug-mode. For development only! - {$DEFINE DEBUG} + //{$DEFINE DEBUG} {$IFDEF DEBUG} // windows apps are either GUI- or console-apps. Console-apps will open // an additional console-window for output. For development only! -- cgit v1.2.3