浏览代码

* 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;