Browse Source

+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE

git-svn-id: trunk@29080 -
nickysn 10 years ago
parent
commit
8a0adafa43
1 changed files with 3 additions and 5 deletions
  1. 3 5
      ide/globdir.inc

+ 3 - 5
ide/globdir.inc

@@ -31,11 +31,9 @@
   {$define SignalIsCdecl}
   {$define SignalIsCdecl}
   {$define FSCaseInsensitive}
   {$define FSCaseInsensitive}
   {$define HasSysMsgUnit}
   {$define HasSysMsgUnit}
-  {$ifdef DEBUG}
-    {$ifndef NOVESA}
-      {$define USE_GRAPH_SWITCH}
-    {$endif not NOVESA}
-  {$endif DEBUG}
+  {$ifndef NOVESA}
+    {$define USE_GRAPH_SWITCH}
+  {$endif not NOVESA}
 {$endif}
 {$endif}
 
 
 {$ifdef Linux}
 {$ifdef Linux}