소스 검색

+ 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}