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 -
This commit is contained in:
pierre 2019-01-10 14:40:05 +00:00
parent 3e2b102a44
commit 1b16ff3629

View File

@ -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) }