ソースを参照

* fix previous patch for -g alone,
now debug type is set to target_info.dbg

git-svn-id: trunk@5695 -

pierre 18 年 前
コミット
e0d9b9e307
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -734,7 +734,7 @@ begin
                 begin
                   include(init_settings.moduleswitches,cs_debuginfo);
                   if paratargetdbg=dbg_none then
-                    paratargetdbg:=dbg_stabs;
+                    paratargetdbg:=target_info.dbg;
                 end;
                if not RelocSectionSetExplicitly then
                  RelocSection:=false;