Преглед изворни кода

* use stabs as default debug format if none is
explicitly selected.

git-svn-id: trunk@5679 -

pierre пре 18 година
родитељ
комит
a9da7ec275
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -733,6 +733,8 @@ begin
                else
                 begin
                   include(init_settings.moduleswitches,cs_debuginfo);
+                  if paratargetdbg=dbg_none then
+                    paratargetdbg:=dbg_stabs;
                 end;
                if not RelocSectionSetExplicitly then
                  RelocSection:=false;