瀏覽代碼

Use 'debug watcom all' if -g, without dwarf option is used

git-svn-id: trunk@34077 -
pierre 9 年之前
父節點
當前提交
e68b8467b6
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/systems/t_msdos.pas

+ 3 - 1
compiler/systems/t_msdos.pas

@@ -266,7 +266,9 @@ begin
   LinkRes.Add('option quiet');
 
   if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
-    LinkRes.Add('debug dwarf');
+    LinkRes.Add('debug dwarf')
+  else if cs_debuginfo in current_settings.moduleswitches then
+    LinkRes.Add('debug watcom all');
 
   { add objectfiles, start with prt0 always }
   case current_settings.x86memorymodel of