Переглянути джерело

Darwin: support -Xg for DWARFv4

Jonas Maebe 2 роки тому
батько
коміт
3eb34169f9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -3984,7 +3984,7 @@ begin
   { external debug info is only supported for DWARF on darwin }
   if (target_info.system in systems_darwin) and
      (cs_link_separate_dbg_file in init_settings.globalswitches) and
-     not(paratargetdbg in [dbg_dwarf2,dbg_dwarf3]) then
+     not(paratargetdbg in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4]) then
     begin
       Message(option_debug_external_unsupported);
       exclude(init_settings.globalswitches,cs_link_separate_dbg_file);