Browse Source

+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE

git-svn-id: trunk@29080 -
nickysn 10 năm trước cách đây
mục cha
commit
8a0adafa43
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  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}