瀏覽代碼

+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE

git-svn-id: trunk@29080 -
nickysn 10 年之前
父節點
當前提交
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}