Browse Source

* enable -godwarfsets by default

git-svn-id: trunk@31199 -
Jonas Maebe 10 năm trước cách đây
mục cha
commit
5f21d6df93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -398,7 +398,7 @@ interface
         optimizerswitches : [];
         genwpoptimizerswitches : [];
         dowpoptimizerswitches : [];
-        debugswitches : [];
+        debugswitches : [ds_dwarf_sets];
 
         setalloc : 0;
         packenum : 4;