2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@5679 -

pierre 18 жил өмнө
parent
commit
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;