Explorar el Código

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

git-svn-id: trunk@5679 -

pierre hace 18 años
padre
commit
a9da7ec275
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;