Преглед на файлове

+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE

git-svn-id: trunk@29080 -
nickysn преди 11 години
родител
ревизия
8a0adafa43
променени са 1 файла, в които са добавени 3 реда и са изтрити 5 реда
  1. 3 5
      ide/globdir.inc

+ 3 - 5
ide/globdir.inc

@@ -31,11 +31,9 @@
   {$define SignalIsCdecl}
   {$define FSCaseInsensitive}
   {$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}
 
 {$ifdef Linux}