Browse Source

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

git-svn-id: trunk@5679 -

pierre 18 years ago
parent
commit
a9da7ec275
1 changed files with 2 additions and 0 deletions
  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;