소스 검색

Change default debugging format for x86_64-haiku to dwarf-2, as stabs is normally disabled on 64-bit systems

git-svn-id: trunk@40835 -
pierre 6 년 전
부모
커밋
1b16ff3629
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_haiku.pas

+ 1 - 1
compiler/systems/i_haiku.pas

@@ -150,7 +150,7 @@ unit i_haiku;
             linkextern   : ld_haiku;
             ar           : ar_gnu_ar;
             res          : res_elf;
-            dbg          : dbg_stabs;
+            dbg          : dbg_dwarf2;
             script       : script_unix;
             endian       : endian_little;
             { FIXME: stuff below is copied from Linux/x64 now, could be incorrect for Haiku (KB) }